OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
email
/
vendor
/
mtdowling
/
jmespath.php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/10/2024 05:20:02 AM
rwxr-xr-x
📁
.git
-
07/10/2024 05:28:12 AM
rwxr-xr-x
📄
.gitattributes
177 bytes
07/10/2024 05:20:03 AM
rw-r--r--
📁
.github
-
07/10/2024 05:25:07 AM
rwxr-xr-x
📄
.gitignore
81 bytes
07/10/2024 05:20:03 AM
rw-r--r--
📄
CHANGELOG.md
2.41 KB
07/10/2024 05:20:03 AM
rw-r--r--
📄
LICENSE
1.08 KB
07/10/2024 05:20:03 AM
rw-r--r--
📄
Makefile
284 bytes
07/10/2024 05:20:03 AM
rw-r--r--
📄
README.rst
4.06 KB
07/10/2024 05:20:03 AM
rw-r--r--
📁
bin
-
07/10/2024 05:22:43 AM
rwxr-xr-x
📄
composer.json
1.01 KB
07/10/2024 05:20:03 AM
rw-r--r--
📄
phpunit.xml.dist
629 bytes
07/10/2024 05:20:03 AM
rw-r--r--
📁
src
-
07/10/2024 05:22:44 AM
rwxr-xr-x
📁
tests
-
07/10/2024 05:25:07 AM
rwxr-xr-x
Editing: Makefile
Close
all: clean coverage test: vendor/bin/phpunit coverage: vendor/bin/phpunit --coverage-html=artifacts/coverage view-coverage: open artifacts/coverage/index.html clean: rm -rf artifacts/* rm -rf compiled/* perf: php bin/perf.php .PHONY: test coverage perf