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 /
webmozart /
assert /
Delete
Unzip
Name
Size
Permission
Date
Action
src
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
.php-cs-fixer.php
783
B
-rwxrwxr-x
2025-10-29 15:56
CHANGELOG.md
6.15
KB
-rwxrwxr-x
2025-10-29 15:56
LICENSE
1.06
KB
-rwxrwxr-x
2025-10-29 15:56
README.md
15.69
KB
-rwxrwxr-x
2025-10-29 15:56
composer.json
1.59
KB
-rwxrwxr-x
2025-10-29 15:56
Save
Rename
<?php $finder = PhpCsFixer\Finder::create() ->in(__DIR__.'/src') ->in(__DIR__.'/tests') ; return (new PhpCsFixer\Config()) ->setRiskyAllowed(true) ->setRules([ '@PSR2' => true, '@Symfony' => true, 'ordered_imports' => true, 'array_syntax' => ['syntax' => 'long'], 'fully_qualified_strict_types' => false, 'global_namespace_import' => true, 'no_superfluous_phpdoc_tags' => false, 'phpdoc_annotation_without_dot' => false, 'phpdoc_types_order' => false, 'phpdoc_separation' => ['skip_unlisted_annotations' => true], 'phpdoc_summary' => false, 'phpdoc_to_comment' => false, 'phpdoc_align' => false, 'yoda_style' => false, ]) ->setFinder($finder) ;