diff --git a/public/index.php b/public/index.php index e0b938cf..7306aaa7 100644 --- a/public/index.php +++ b/public/index.php @@ -8,6 +8,9 @@ * @link http://laravel.com */ +// -------------------------------------------------------------- +// Tick... Tock... Tick... Tock... +// -------------------------------------------------------------- define('LARAVEL_START', microtime(true)); // -------------------------------------------------------------- @@ -28,6 +31,4 @@ // -------------------------------------------------------------- // Launch Laravel. // -------------------------------------------------------------- -require $laravel.'/laravel.php'; - -echo number_format((microtime(true) - LARAVEL_START) * 1000, 2); \ No newline at end of file +require $laravel.'/laravel.php'; \ No newline at end of file