Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 3.148.231.72
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
php /
Psr /
Container /
Delete
Unzip
Name
Size
Permission
Date
Action
ContainerExceptionInterface.php
184
B
-rw-r--r--
2021-11-05 16:47
ContainerInterface.php
1.02
KB
-rw-r--r--
2021-11-05 16:47
NotFoundExceptionInterface.php
158
B
-rw-r--r--
2021-11-05 16:47
autoload.php
740
B
-rw-r--r--
2021-11-05 19:43
Save
Rename
<?php // @codingStandardsIgnoreFile // @codeCoverageIgnoreStart // this is an autogenerated file - do not edit spl_autoload_register( function($class) { static $classes = null; if ($classes === null) { $classes = array( 'psr\\container\\containerexceptioninterface' => '/ContainerExceptionInterface.php', 'psr\\container\\containerinterface' => '/ContainerInterface.php', 'psr\\container\\notfoundexceptioninterface' => '/NotFoundExceptionInterface.php' ); } $cn = strtolower($class); if (isset($classes[$cn])) { require __DIR__ . $classes[$cn]; } }, true, false ); // @codeCoverageIgnoreEnd