Add an index page to the root pointing to the bootstrap dir
This commit is contained in:
@@ -4,10 +4,6 @@ if(!defined('LUMEN_START')) {
|
||||
define('LUMEN_START', microtime(true));
|
||||
}
|
||||
|
||||
if (!defined('DS')) {
|
||||
define('DS', DIRECTORY_SEPARATOR);
|
||||
}
|
||||
|
||||
include_once __DIR__ . '/application.php';
|
||||
|
||||
$app = new Application();
|
||||
|
||||
Reference in New Issue
Block a user