From f39f035b267349a5f8c2ace20af6679412f61846 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 12 May 2022 11:26:11 +0200 Subject: [PATCH] Drop unused constant `URL_TO_LOWERCASE` from default options.inc.php The option was removed in f3aa502157efa11ac3c76e8471d69d0ac9f69f1f. --- wcfsetup/install/files/options.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wcfsetup/install/files/options.inc.php b/wcfsetup/install/files/options.inc.php index 21870e4dad..e5c11691af 100644 --- a/wcfsetup/install/files/options.inc.php +++ b/wcfsetup/install/files/options.inc.php @@ -35,7 +35,6 @@ if (!\defined('ENABLE_ENTERPRISE_MODE')) { \define('ENABLE_ENTERPRISE_MODE', 0); } \define('EXTERNAL_LINK_TARGET_BLANK', 0); -\define('URL_TO_LOWERCASE', 1); \define('SEARCH_ENGINE', 'mysql'); \define('SHOW_VERSION_NUMBER', 1); \define('LANGUAGE_USE_INFORMAL_VARIANT', 0); -- 2.20.1