* @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 * @version PHP 5.2 * @link http://www.ampache.org/ * @since File available since Release 1.0 */ // We need this stuff define('NO_SESSION','1'); require 'lib/init.php'; // Get the version and format it $version = Update::get_version(); if ($_REQUEST['action'] == 'update') { /* Run the Update Mojo Here */ Update::run_update(); /* Get the New Version */ $version = Update::get_version(); } $htmllang = str_replace("_","-",Config::get('lang')); ?> <?php echo _('Ampache Update'); ?>
3.3.3.5. According to your database your current version is: %s.'), Update::format_version($version)); ?>


Pour l'Amour de la Musique.