From 7640ba5b03eaac5e550e320e42d5b27d8c5328a5 Mon Sep 17 00:00:00 2001 From: predominant Date: Fri, 16 Apr 2010 02:59:01 +1000 Subject: [PATCH] Convert index.php microtime() usage. --- app/webroot/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/webroot/index.php b/app/webroot/index.php index 0522c82818f..690f31c8c30 100644 --- a/app/webroot/index.php +++ b/app/webroot/index.php @@ -83,6 +83,6 @@ $Dispatcher->dispatch(); } if (Configure::read() > 0) { - echo ""; + echo ""; } ?> \ No newline at end of file