From: Antoine Musso Date: Tue, 7 Feb 2012 11:50:31 +0000 (+0000) Subject: comment about wgShowIPinHeader disabling file cache X-Git-Tag: 1.31.0-rc.0~24895 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=9a218a5f6708d7cb41ac2374a871fd32f91cb4fe;p=lhc%2Fweb%2Fwiklou.git comment about wgShowIPinHeader disabling file cache --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 954121f85e..0f657e58c8 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2280,6 +2280,7 @@ $wgXhtmlNamespaces = array(); /** * Show IP address, for non-logged in users. It's necessary to switch this off * for some forms of caching. + * Will disable file cache. */ $wgShowIPinHeader = true;