diff --git a/public/index.php b/public/index.php index e09a7d01..19a2f0a5 100644 --- a/public/index.php +++ b/public/index.php @@ -7,7 +7,7 @@ * @author Taylor Otwell * @link http://laravel.com */ -$t = microtime(true); + /* |-------------------------------------------------------------------------- | Installation Paths @@ -36,6 +36,4 @@ | 3... 2... 1... Lift-off! |-------------------------------------------------------------------------- */ -require $laravel.'/laravel.php'; - -echo (microtime(true) - $t) * 1000; +require $laravel.'/laravel.php'; \ No newline at end of file