ZnoteAAC/engine/footer.php
2022-01-21 10:28:07 +01:00

10 lines
249 B
PHP

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