2
0
mirror of https://github.com/Znote/ZnoteAAC.git synced 2025-05-05 21:59:22 +02:00
2022-01-21 13:23:05 +01:00

9 lines
231 B
PHP

<footer>
&copy; Znote AAC.
<?php
$finish = microtime(true);
$total_time = round(($finish - $start), 4);
echo 'Server date and clock is: '. getClock(false, true) .' Page generated in '. $total_time .' seconds. ';
?>
</footer>