Drop unused constant `URL_TO_LOWERCASE` from default options.inc.php
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 12 May 2022 09:26:11 +0000 (11:26 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 12 May 2022 09:29:42 +0000 (11:29 +0200)
The option was removed in f3aa502157efa11ac3c76e8471d69d0ac9f69f1f.

wcfsetup/install/files/options.inc.php

index 21870e4dadcb387d464c5a473ee1b85d5975bf82..e5c11691af0211fa6ba6d93c7ef2726cee455727 100644 (file)
@@ -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);