mirror of https://github.com/byecorps/id.git
[BACKPORT] Add execution to footer
This commit is contained in:
parent
5436336b5d
commit
ebdc53f99c
|
@ -1,3 +1,5 @@
|
||||||
<footer>
|
<footer>
|
||||||
© ByeCorps <?php echo(date("Y")); ?> <a href="/credits">Credits</a>
|
© ByeCorps <?php echo(date("Y")); ?> <a href="/credits">Credits</a>
|
||||||
|
<br>
|
||||||
|
<b>Execution time: </b> <?= round((microtime(true) - $_SERVER['REQUEST_TIME_FLOAT']) * 1000, 3) ?> ms
|
||||||
</footer>
|
</footer>
|
Loading…
Reference in New Issue