From 3597a89da30f17dcf4d6a59ce3d7534397d68c05 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Thu, 13 Oct 2016 11:08:26 +0200 Subject: [PATCH] add missing customer_hide_option for fresh installs Signed-off-by: Michael Kaufmann (d00p) --- install/froxlor.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/install/froxlor.sql b/install/froxlor.sql index c17abf45..840d6301 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -575,6 +575,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES ('panel', 'password_numeric', '0'), ('panel', 'password_special_char_required', '0'), ('panel', 'password_special_char', '!?<>ยง$%+#=@'), + ('panel', 'customer_hide_options', ''), ('panel', 'version', '0.9.38-rc1'), ('panel', 'db_version', '201610070');