Skip to content
Snippets Groups Projects
Select Git revision
  • ebdc53f99c4d588dc9b754049342dc344dc7c077
  • main default protected
  • rewrite
  • production
4 results

footer.php

Blame
  • footer.php 210 B
    <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>