- adding feature to set a hostname for customer-standard-subdomain to replace froxlor-system-hostname (optional)

- set version to 0.9.3-svn5
This commit is contained in:
Michael Kaufmann (d00p)
2010-04-02 13:51:25 +00:00
parent 7182b245b3
commit d3ceeb3f14
7 changed files with 50 additions and 4 deletions

View File

@@ -374,4 +374,15 @@ if(isFroxlorVersion('0.9.3-svn3'))
updateToVersion('0.9.3-svn4');
}
if(isFroxlorVersion('0.9.3-svn4'))
{
showUpdateStep("Updating from 0.9.3-svn4 to 0.9.3-svn5", false);
showUpdateStep("Adding new settings");
$db->query("INSERT INTO `" . TABLE_PANEL_SETTINGS . "` (`settinggroup`, `varname`, `value`) VALUES ('system', 'stdsubdomain', '');");
lastStepStatus(0);
updateToVersion('0.9.3-svn5');
}
?>