more refactoring and changes.

This commit is contained in:
Taylor Otwell
2011-09-08 17:49:16 -05:00
parent 03654fc5a1
commit abc1fad6c1
34 changed files with 883 additions and 482 deletions

View File

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