Skip to content
Snippets Groups Projects
Commit ebdc53f9 authored by Bye's avatar Bye
Browse files

[BACKPORT] Add execution to footer

parent 5436336b
Branches main
No related tags found
No related merge requests found
<footer> <footer>
&COPY; ByeCorps <?php echo(date("Y")); ?> <a href="/credits">Credits</a> &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> </footer>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment