remove timestamp from index file.
This commit is contained in:
parent
5e4e625d68
commit
adc2e21e7f
|
@ -29,5 +29,3 @@
|
||||||
// Launch Laravel.
|
// Launch Laravel.
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
require $laravel.'/laravel.php';
|
require $laravel.'/laravel.php';
|
||||||
|
|
||||||
echo (microtime(true) - LARAVEL_START) * 1000;
|
|
Loading…
Reference in New Issue