comment about wgShowIPinHeader disabling file cache
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 7 Feb 2012 11:50:31 +0000 (11:50 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 7 Feb 2012 11:50:31 +0000 (11:50 +0000)
includes/DefaultSettings.php

index 954121f..0f657e5 100644 (file)
@@ -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;