From dc1b93e2eac7759078f59117f7525aa486026115 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 8 Sep 2011 17:59:10 -0500 Subject: [PATCH] removed extra line from index file. --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index 3814cf4e..e2a3fcc0 100644 --- a/public/index.php +++ b/public/index.php @@ -45,4 +45,4 @@ */ require $laravel.'/laravel.php'; -echo (microtime(true) - START_TIME) * 1000; +echo (microtime(true) - START_TIME) * 1000; \ No newline at end of file