X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=31cb7ae37c30bd8f9d04420ad849111bc65352a6;hb=9a8a33bd0f18272ef8e865c96c89cc5785ff5c2c;hp=fd1affce3dc69b2f42ade7dd6ff10245aa6e7397;hpb=095c50ade11ccea3b0edc8956ad45dea46d4c18b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index fd1affce3d..31cb7ae37c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -7937,6 +7937,7 @@ $wgAllowSpecialInclusion = true; /** * Set this to an array of special page names to prevent * maintenance/updateSpecialPages.php from updating those pages. + * Mapping each special page name to an run mode like 'periodical' if a cronjob is set up. */ $wgDisableQueryPageUpdate = false; @@ -9094,6 +9095,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