Linux velvet.gennetworks.in 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
LiteSpeed
Server IP : 161.129.70.235 & Your IP : 216.73.216.5
Domains :
Cant Read [ /etc/named.conf ]
User : virtueex
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 19:29
config
[ DIR ]
drwxr-xr-x
2024-11-08 19:29
rules
[ DIR ]
drwxr-xr-x
2024-11-08 19:29
src
[ DIR ]
drwxr-xr-x
2024-11-08 19:29
stubs-rector
[ DIR ]
drwxr-xr-x
2024-11-08 19:29
templates
[ DIR ]
drwxr-xr-x
2024-11-08 19:29
vendor
[ DIR ]
drwxr-xr-x
2024-11-08 19:29
LICENSE
1.1
KB
-rw-r--r--
2024-11-08 19:29
README.md
6.11
KB
-rw-r--r--
2024-11-08 19:29
bootstrap.php
800
B
-rw-r--r--
2024-11-08 19:29
composer.json
754
B
-rw-r--r--
2024-11-08 19:29
preload.php
30.31
KB
-rw-r--r--
2024-11-08 19:29
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); } } });