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
/
usr /
share /
php /
Composer /
XdebugHandler /
Delete
Unzip
Name
Size
Permission
Date
Action
PhpConfig.php
2.13
KB
-rw-r--r--
2022-02-25 21:32
Process.php
3.02
KB
-rw-r--r--
2022-02-25 21:32
Status.php
5.11
KB
-rw-r--r--
2022-02-25 21:32
XdebugHandler.php
19.68
KB
-rw-r--r--
2022-02-25 21:32
autoload.php
888
B
-rw-r--r--
2024-02-13 16:13
Save
Rename
<?php // Require require_once __DIR__ . '/../Pcre/autoload.php'; require_once __DIR__ . '/../../Psr/Log/autoload.php'; // Suggest // @codingStandardsIgnoreFile // @codeCoverageIgnoreStart // this is an autogenerated file - do not edit spl_autoload_register( function($class) { static $classes = null; if ($classes === null) { $classes = array( 'composer\\xdebughandler\\phpconfig' => '/PhpConfig.php', 'composer\\xdebughandler\\process' => '/Process.php', 'composer\\xdebughandler\\status' => '/Status.php', 'composer\\xdebughandler\\xdebughandler' => '/XdebugHandler.php' ); } $cn = strtolower($class); if (isset($classes[$cn])) { require __DIR__ . $classes[$cn]; } }, true, false ); // @codeCoverageIgnoreEnd // Files