mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 18:59:21 +02:00
10 lines
249 B
PHP
10 lines
249 B
PHP
<footer>
|
|
© 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>
|