(2010-) * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package Install * */ $updateto = '0.9-r0'; $frontend = 'froxlor'; showUpdateStep("Upgrading SysCP ".$settings['panel']['version']." to Froxlor ". $updateto, false); updateToVersion($updateto); // add field frontend $db->query("INSERT INTO `" . TABLE_PANEL_SETTINGS . "` (`settinggroup`, `varname`, `value`) VALUES ('panel','frontend','".$frontend."')"); $settings['panel']['frontend'] = $frontend; ?>