* SPDX-License-Identifier: AGPL-3.0-only ************************************/ /* crmv@181161 crmv@183486 */ global $current_user; if (!is_admin($current_user)) die('Unauthorized'); // crmv@37463 $doStart = ($_REQUEST['do_update'] == '1'); if ($doStart) { // ----------- iframe content ----------- ?>
update_changes(); $endUpdateTime = microtime(true); $deltaTime = ($endUpdateTime - $startUpdateTime)/60; $deltaTime = round($deltaTime,2); ?> assign('APP', $app_strings); $smarty->assign('MOD', $mod_strings); $smarty->assign('MODULE', $currentModule); $smarty->assign("THEME", $theme); $smarty->assign('IMAGE_PATH', "themes/$theme/images/"); $iframeUrl = "index.php?module=Update&action=UpdateAjax&file=DoUpdate&do_update=1¤t_version={$_REQUEST['current_version']}&specificied_version={$_REQUEST['specificied_version']}&parenttab=Settings"; $smarty->assign('IFRAME_URL', $iframeUrl); $smarty->display('modules/Update/DoUpdate.tpl');