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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@
© Znote AAC. © Znote AAC.
<?php <?php
$finish = microtime(true); $finish = microtime(true);
$finish = $time;
$total_time = round(($finish - $start), 4); $total_time = round(($finish - $start), 4);
echo 'Server date and clock is: '. getClock(false, true) .' Page generated in '. $total_time .' seconds. '; echo 'Server date and clock is: '. getClock(false, true) .' Page generated in '. $total_time .' seconds. ';
?> ?>