diff options
Diffstat (limited to 'templates/footer.inc.php')
-rw-r--r-- | templates/footer.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/footer.inc.php b/templates/footer.inc.php index 682c7bc2..cef63c28 100644 --- a/templates/footer.inc.php +++ b/templates/footer.inc.php @@ -28,6 +28,7 @@ <div id="footer"> <a href="http://www.ampache.org/index.php">Ampache v.<?php echo Config::get('version'); ?></a><br /> Copyright (c) 2001 - 2008 Ampache.org + Queries:<?php echo Dba::$stats['query']; ?> Cache Hits:<?php echo database_object::$cache_hit; ?> </div> </body> </html> |