summaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-18 00:10:07 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-18 00:10:07 +0000
commit68ac06b30b06f982f18f4ec31691c94684fc07e2 (patch)
treed0c41afc488aca7eb6b861792fa916979b21454f /update.php
parent7c661ba685287efd21512f9f0203641200bffed2 (diff)
downloadampache-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.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/update.php b/update.php
index 080f53a7..9b670e5e 100644
--- a/update.php
+++ b/update.php
@@ -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>