Navigation Menu

Skip to content

Commit

Permalink
Convert index.php microtime() usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed Apr 15, 2010
1 parent c7fcaf9 commit 7640ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/webroot/index.php
Expand Up @@ -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 -->";
}
?>

0 comments on commit 7640ba5

Please sign in to comment.