mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-06-16 01:34:31 +02:00
Typo in footer.php (#504)
Fixed bug introduced in https://github.com/Znote/ZnoteAAC/pull/502
This commit is contained in:
parent
6d402cef28
commit
a531a18fad
@ -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. ';
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user