First commit
This commit is contained in:
8
app/ZnoteAAC/engine/footer.php
Normal file
8
app/ZnoteAAC/engine/footer.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<footer>
|
||||
© Znote AAC.
|
||||
<?php
|
||||
$finish = microtime(true);
|
||||
$total_time = round(($finish - $start), 4);
|
||||
echo 'Server date and clock is: '. getClock(false, true) .' Page generated in '. $total_time .' seconds. ';
|
||||
?>
|
||||
</footer>
|
Reference in New Issue
Block a user