Commit adc2e21e by Taylor Otwell

remove timestamp from index file.

parent 5e4e625d
...@@ -28,6 +28,4 @@ $public = __DIR__; ...@@ -28,6 +28,4 @@ $public = __DIR__;
// -------------------------------------------------------------- // --------------------------------------------------------------
// Launch Laravel. // Launch Laravel.
// -------------------------------------------------------------- // --------------------------------------------------------------
require $laravel.'/laravel.php'; require $laravel.'/laravel.php';
\ No newline at end of file
echo (microtime(true) - LARAVEL_START) * 1000;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment