Typo in footer.php (#504)

Fixed bug introduced in https://github.com/Znote/ZnoteAAC/pull/502
This commit is contained in:
Michał "Gubihe
2022-01-21 13:23:05 +01:00
committed by GitHub
parent 6d402cef28
commit a531a18fad

View File

@@ -2,7 +2,6 @@
© 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. ';
?>