mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Convert index.php microtime() usage.
This commit is contained in:
parent
c7fcaf995f
commit
7640ba5b03
1 changed files with 1 additions and 1 deletions
|
@ -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 -->";
|
||||
}
|
||||
?>
|
Loading…
Add table
Reference in a new issue