Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.217.117
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
v3.cesa.co.za /
vendor /
creof /
wkb-parser /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
tests
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
.codeclimate.yml
132
B
-rwxrwxr-x
2022-02-15 22:46
.gitignore
22
B
-rwxrwxr-x
2022-02-15 22:46
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
.travis.yml
378
B
-rwxrwxr-x
2022-02-15 22:46
CHANGELOG.md
3.21
KB
-rwxrwxr-x
2022-02-15 22:46
CONTRIBUTING.md
424
B
-rwxrwxr-x
2022-02-15 22:46
LICENSE
1.04
KB
-rwxrwxr-x
2022-02-15 22:46
README.md
2.51
KB
-rwxrwxr-x
2022-02-15 22:46
TODO.md
0
B
-rwxrwxr-x
2022-02-15 22:46
composer.json
840
B
-rwxrwxr-x
2022-02-15 22:46
phpunit.xml.dist
747
B
-rwxrwxr-x
2022-02-15 22:46
Save
Rename
<?xml version="1.0" encoding="utf-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd" backupGlobals="false" backupStaticAttributes="true" colors="true" bootstrap="./vendor/autoload.php" > <testsuites> <testsuite name="Tests"> <directory>./tests/CrEOF/Geo/WKB/Tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">lib</directory> <exclude> <directory>tests</directory> <directory>vendor</directory> </exclude> </whitelist> </filter> </phpunit>