From 37988fa6457d5736f7a4f656ce061d5b640dccc4 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Fri, 28 Sep 2018 10:57:43 +0200 Subject: [PATCH] forgot to add override_fpmconfig flag to panel_phpconfigs, refs #573 Signed-off-by: Michael Kaufmann --- install/froxlor.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/install/froxlor.sql b/install/froxlor.sql index 82b0c6d3..9e2f4121 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -893,6 +893,7 @@ CREATE TABLE `panel_phpconfigs` ( `phpsettings` text NOT NULL, `fpmsettingid` int(11) NOT NULL DEFAULT '1', `pass_authorizationheader` tinyint(1) NOT NULL default '0', + `override_fpmconfig` tinyint(1) NOT NULL DEFAULT '0', `pm` varchar(15) NOT NULL DEFAULT 'static', `max_children` int(4) NOT NULL DEFAULT '1', `start_servers` int(4) NOT NULL DEFAULT '20',