diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-27 19:16:01 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-27 19:16:01 +0000 |
commit | 21871e8d17385885961c9b0319757f259bdb6f74 (patch) | |
tree | d526236b4ff7b97bc78d666281537bf8b8b337f1 /update.php | |
parent | f9831bdcd090dbf67ab7262f1e0fcef58ec1e880 (diff) | |
download | ampache-21871e8d17385885961c9b0319757f259bdb6f74.tar.gz ampache-21871e8d17385885961c9b0319757f259bdb6f74.tar.bz2 ampache-21871e8d17385885961c9b0319757f259bdb6f74.zip |
added in the rating images from greengeek, removed some useless functions, tweaked working on update to correctly reflect limitations
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,7 +44,7 @@ $htmllang = str_replace("_","-",Config::get('lang')); <link rel="shortcut icon" href="<?php echo Config::get('web_path'); ?>/favicon.ico" /> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo Config::get('site_charset'); ?>" /> <link rel="stylesheet" type="text/css" media="screen" href="<?php echo Config::get('web_path') . '/templates/install.css'; ?>" /> -<title>Ampache - Update</title> +<title><?php echo _('Ampache Update'); ?></title> </head> <body> <div id="header"> @@ -53,7 +53,7 @@ $htmllang = str_replace("_","-",Config::get('lang')); </div> <div id="text-box"> <div class="notify"> -This page handles all database updates to Ampache starting with 3.2. According to your database your current version is: <?php echo Update::format_version($version); ; ?>. +This page handles all database updates to Ampache starting with 3.3.3.5. According to your database your current version is: <?php echo Update::format_version($version); ; ?>. the following updates need to be performed<br /><br /> <div style="font-size:1.2em;font-weight:bold;text-align:center;"><?php Error::display('general'); ?></div> </div> |