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