Merge branch 'master' into phpfpm-custom-settings
This commit is contained in:
@@ -527,6 +527,8 @@ if (\Froxlor\Froxlor::isFroxlorVersion('0.10.9')) {
|
||||
if (\Froxlor\Froxlor::isDatabaseVersion('201912100')) {
|
||||
showUpdateStep("Adding custom phpfpm configuration field");
|
||||
Database::query("ALTER TABLE `" . TABLE_PANEL_PHPDAEMONS . "` ADD `custom_config` text AFTER `limit_extensions`;");
|
||||
showUpdateStep("Adding option to disable SSL sessiontickets for older systems");
|
||||
Settings::AddNew("system.sessionticketsenabled", '1');
|
||||
lastStepStatus(0);
|
||||
\Froxlor\Froxlor::updateToDbVersion('201912310');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user