From fa7f9b2d0388805ee2110a0df7141ddfa4c6af36 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 15 Feb 2020 13:18:09 +0100 Subject: [PATCH] Adjusted the list of accessible options in enterprise mode --- .../install/files/lib/system/option/OptionHandler.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/option/OptionHandler.class.php b/wcfsetup/install/files/lib/system/option/OptionHandler.class.php index c4aa9868bb..7dba324d2c 100644 --- a/wcfsetup/install/files/lib/system/option/OptionHandler.class.php +++ b/wcfsetup/install/files/lib/system/option/OptionHandler.class.php @@ -80,12 +80,13 @@ class OptionHandler implements IOptionHandler { 'general.system.http', 'general.system.image', 'general.system.packageServer', + 'general.system.proxy', + 'general.system.search', 'module.development', - 'security.general.secrets' + 'security.general.secrets', ], 'options' => [ 'register_activation_method', - 'search_engine' ] ]; -- 2.20.1