X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=31cb7ae37c30bd8f9d04420ad849111bc65352a6;hb=565925035aebf0f2d1fd8150d3b9dfa41e81b73e;hp=10687004998507b312cd216626a58ff44987abaa;hpb=9e8439e79d67788916d488f645108f79016d9aca;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1068700499..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; @@ -9096,6 +9097,9 @@ $wgNativeImageLazyLoading = false; /** * Option to whether serve the main page as the domain root + * + * @warning EXPERIMENTAL! + * * @since 1.34 * @var bool */