diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-18 00:10:07 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-18 00:10:07 +0000 |
commit | 68ac06b30b06f982f18f4ec31691c94684fc07e2 (patch) | |
tree | d0c41afc488aca7eb6b861792fa916979b21454f /update.php | |
parent | 7c661ba685287efd21512f9f0203641200bffed2 (diff) | |
download | ampache-68ac06b30b06f982f18f4ec31691c94684fc07e2.tar.gz ampache-68ac06b30b06f982f18f4ec31691c94684fc07e2.tar.bz2 ampache-68ac06b30b06f982f18f4ec31691c94684fc07e2.zip |
* Last DB Update for 3.3.3 Stable Branche
* Improved Recommendation view
* Removed Upload
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -77,17 +77,18 @@ $htmllang = str_replace("_","-",conf('lang')); <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); ; ?>. the following updates need to be performed<br /><br /> +<div style="font-size:1.2em;font-weight:bold;text-align:center;"><?php $GLOBALS['error']->print_error('general'); ?></div> </div> <div class="content"> -<?php $update->display_update(); ?> +<?php $update->display_update(); ?> <form method="post" enctype="multipart/form-data" action="<?php echo conf('web_path'); ; ?>/update.php?action=update"> -<?php if ($update->need_update()) { ?><input type="submit" value="Update Now!" /> <?php } ?> +<?php if ($update->need_update()) { ?><input type="submit" value="Update Now!" /> <?php } ?> </form> </div> <div id="bottom"> <p><b>Ampache Installation.</b><br /> - For the love of Music.</p> + Pour l'Amour de la Musique.</p> </div> </div> </body> |