more refactoring and changes.
This commit is contained in:
@@ -10,7 +10,14 @@
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Installation Paths
|
||||
| Tick... Tock... Tick... Tock
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
define('START_TIME', microtime(true));
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Where Am I?
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify the location of the various Laravel framework
|
||||
@@ -36,4 +43,6 @@ $public = __DIR__;
|
||||
| 3... 2... 1... Lift-off!
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
require $laravel.'/laravel.php';
|
||||
require $laravel.'/laravel.php';
|
||||
|
||||
echo (microtime(true) - START_TIME) * 1000;
|
||||
Reference in New Issue
Block a user