Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2280,6 +2280,7 @@ |
2281 | 2281 | /** |
2282 | 2282 | * Show IP address, for non-logged in users. It's necessary to switch this off |
2283 | 2283 | * for some forms of caching. |
| 2284 | + * Will disable file cache. |
2284 | 2285 | */ |
2285 | 2286 | $wgShowIPinHeader = true; |
2286 | 2287 | |