mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-23 18:26:16 +00:00
Automated loading of more logs
Fixed other random bugs
This commit is contained in:
parent
517d0b7071
commit
2d7d359cde
11 changed files with 151 additions and 95 deletions
|
@ -24,14 +24,11 @@
|
|||
|
||||
<footer>
|
||||
<p>Copyright <?php echo $user_settings['user_name']; ?></p>
|
||||
<hr>
|
||||
<a class='link' href="https://github.com/Fluffy-Bean/image-gallery">Made by Fluffy</a>
|
||||
<hr>
|
||||
<p>V<?php echo $web_info['version']; ?></p>
|
||||
<?php
|
||||
if ($exec_time != 0) {
|
||||
echo "<hr>
|
||||
<p>Generated in ".$exec_time."ms ".$sql_time."</p>";
|
||||
echo "<p>Generated in ".$exec_time."ms ".$sql_time."</p>";
|
||||
}
|
||||
?>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue