From: Alexander Ebert Date: Sat, 15 Feb 2020 12:18:09 +0000 (+0100) Subject: Adjusted the list of accessible options in enterprise mode X-Git-Tag: 5.2.3~24^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fa7f9b2d0388805ee2110a0df7141ddfa4c6af36;p=GitHub%2FWoltLab%2FWCF.git Adjusted the list of accessible options in enterprise mode --- 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' ] ];