X7ROOT File Manager
Current Path:
/var/www/html/mpc_emas
var
/
www
/
html
/
mpc_emas
/
📁
..
📄
.env
(1.71 KB)
📄
.env.cloud
(805 B)
📄
.env.example
(554 B)
📁
.git
📄
.gitattributes
(116 B)
📄
.gitignore
(270 B)
📁
app
📄
artisan
(1.66 KB)
📁
bootstrap
📄
composer.json
(1.99 KB)
📄
composer.lock
(200.53 KB)
📁
config
📁
database
📄
index.html
(87.93 KB)
📄
index.html.1
(14.18 KB)
📄
package.json
(1.06 KB)
📄
phpunit.xml
(1.05 KB)
📁
public
📄
readme.md
(3.39 KB)
📁
resources
📁
routes
📄
server.php
(584 B)
📁
storage
📁
tests
📁
vendor
📄
webpack.mix.js
(564 B)
Editing: server.php
<?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';
Upload File
Create Folder