3.3.3.5. Your current version is %s with database version %s.'), AmpConfig::get('version'), $version); ?>
. * */ if (!isset($_REQUEST['type']) || $_REQUEST['type'] != 'sources') { // We need this stuff define('NO_SESSION', 1); define('OUTDATED_DATABASE_OK', 1); } require_once 'lib/init.php'; // Get the version and format it $version = Update::get_version(); if (isset($_REQUEST['action']) && $_REQUEST['action'] == 'update') { if ($_REQUEST['type'] == 'sources') { if (!Access::check('interface', '100')) { UI::access_denied(); exit; } set_time_limit(300); AutoUpdate::update_files(); AutoUpdate::update_dependencies(); echo ''; exit; } else { /* Run the Update Mojo Here */ Update::run_update(); /* Get the New Version */ $version = Update::get_version(); } } $htmllang = str_replace("_","-",AmpConfig::get('lang')); ?>
3.3.3.5. Your current version is %s with database version %s.'), AmpConfig::get('version'), $version); ?>