X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=10687004998507b312cd216626a58ff44987abaa;hp=fd1affce3dc69b2f42ade7dd6ff10245aa6e7397;hb=9e8439e79d67788916d488f645108f79016d9aca;hpb=0eb97872a54229f5c9892a1202882997a50d7e37 diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index fd1affce3d..1068700499 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -9094,6 +9094,13 @@ $wgSpecialSearchFormOptions = []; */ $wgNativeImageLazyLoading = false; +/** + * Option to whether serve the main page as the domain root + * @since 1.34 + * @var bool + */ +$wgMainPageIsDomainRoot = false; + /** * For really cool vim folding this needs to be at the end: * vim: foldmarker=@{,@} foldmethod=marker