diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_login_form.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_login_form.inc.php b/templates/show_login_form.inc.php index d195faad..d9f89b74 100644 --- a/templates/show_login_form.inc.php +++ b/templates/show_login_form.inc.php @@ -96,7 +96,7 @@ if (@is_readable(Config::get('prefix') . '/config/motd.php')) { <?php } ?> <div id="footer"> <a href="http://www.ampache.org/index.php">Ampache v.<?php echo Config::get('version'); ?></a><br /> - Copyright (c) 2001 - 2009 Ampache.org + Copyright (c) 2001 - 2010 Ampache.org <?php echo _('Queries:'); ?><?php echo Dba::$stats['query']; ?> <?php echo _('Cache Hits:'); ?><?php echo database_object::$cache_hit; ?> </div> </body> |