Convert index.php microtime() usage.

This commit is contained in:
predominant 2010-04-16 02:59:01 +10:00
parent c7fcaf995f
commit 7640ba5b03

View file

@ -83,6 +83,6 @@
$Dispatcher->dispatch();
}
if (Configure::read() > 0) {
echo "<!-- " . round(getMicrotime() - $TIME_START, 4) . "s -->";
echo "<!-- " . round(microtime(true) - $TIME_START, 4) . "s -->";
}
?>