Add an index page to the root pointing to the bootstrap dir

This commit is contained in:
Nabeel Shahzad
2017-12-17 01:03:19 -06:00
parent b2475720f2
commit 817d3262d4
4 changed files with 36 additions and 5 deletions

View File

@@ -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();