[BACKPORT] Add execution to footer

This commit is contained in:
bye 2024-06-28 19:30:11 +01:00
parent 5436336b5d
commit ebdc53f99c

View file

@ -1,3 +1,5 @@
<footer>
&COPY; 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>