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.23.60.252
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
php /
FastRoute /
Delete
Unzip
Name
Size
Permission
Date
Action
DataGenerator
[ DIR ]
drwxr-xr-x
2024-03-13 04:06
Dispatcher
[ DIR ]
drwxr-xr-x
2024-03-13 04:06
RouteParser
[ DIR ]
drwxr-xr-x
2024-03-13 04:06
BadRouteException.php
81
B
-rw-r--r--
2018-02-13 20:26
DataGenerator.php
682
B
-rw-r--r--
2018-02-13 20:26
Dispatcher.php
594
B
-rw-r--r--
2018-02-13 20:26
Route.php
921
B
-rw-r--r--
2018-02-13 20:26
RouteCollector.php
3.77
KB
-rw-r--r--
2018-02-13 20:26
RouteParser.php
1.01
KB
-rw-r--r--
2018-02-13 20:26
autoload.php
1.88
KB
-rw-r--r--
2020-12-14 05:58
bootstrap.php
294
B
-rw-r--r--
2018-02-13 20:26
functions.php
2.49
KB
-rw-r--r--
2018-02-13 20:26
Save
Rename
<?php namespace FastRoute; require __DIR__ . '/functions.php'; spl_autoload_register(function ($class) { if (strpos($class, 'FastRoute\\') === 0) { $name = substr($class, strlen('FastRoute')); require __DIR__ . strtr($name, '\\', DIRECTORY_SEPARATOR) . '.php'; } });