- added possibility to set a custom docroot for any ip/port combination, fixes #417
- sort vhosts-file by type (subdomain, sub-of-main, main-domain), fixes #437
This commit is contained in:
@@ -1139,3 +1139,14 @@ if(isFroxlorVersion('0.9.14-svn3'))
|
||||
|
||||
updateToVersion('0.9.14-svn4');
|
||||
}
|
||||
|
||||
if(isFroxlorVersion('0.9.14-svn4'))
|
||||
{
|
||||
showUpdateStep("Updating from 0.9.14-svn4 to 0.9.14-svn5", false);
|
||||
|
||||
showUpdateStep("Adding docroot-field to IPs and ports for custom-docroot settings");
|
||||
$db->query("ALTER TABLE `".TABLE_PANEL_IPSANDPORTS."` ADD `docroot` varchar(255) NOT NULL default '' AFTER `ssl_cert_chainfile`;");
|
||||
lastStepStatus(0);
|
||||
|
||||
updateToVersion('0.9.14-svn5');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user