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.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
vendor /
rize /
uri-template /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxr-sr-x
2023-05-21 12:05
src
[ DIR ]
drwxr-sr-x
2023-05-21 12:05
tests
[ DIR ]
drwxr-sr-x
2025-12-08 10:55
.gitattributes
21
B
-rw-r--r--
2024-02-14 08:50
.gitignore
31
B
-rw-r--r--
2024-02-14 08:50
.php-cs-fixer.dist.php
425
B
-rw-r--r--
2025-12-08 10:52
LICENSE
1.06
KB
-rw-r--r--
2025-12-08 10:52
README.md
8.06
KB
-rw-r--r--
2025-12-08 10:52
composer.json
831
B
-rw-r--r--
2025-12-08 10:52
phpstan.neon
65
B
-rw-r--r--
2025-12-08 10:52
phpunit.xml
785
B
-rw-r--r--
2025-12-08 10:52
Save
Rename
<?php declare(strict_types=1); use PhpCsFixer\Config; use PhpCsFixer\Finder; use PhpCsFixer\Runner\Parallel\ParallelConfigFactory; return (new Config()) ->setParallelConfig(ParallelConfigFactory::detect()) ->setRiskyAllowed(true) ->setUsingCache(false) ->setRules([ '@PER-CS2.0' => true, ]) ->setFinder( (new Finder()) ->in([__DIR__ . '/src', __DIR__ . '/tests']) );