Removed some $wgUseGzip comments...the LocalSettingsGenerator doesn't do this anymore
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 9 Feb 2012 18:25:58 +0000 (18:25 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 9 Feb 2012 18:25:58 +0000 (18:25 +0000)
includes/DefaultSettings.php

index 02df6b7..ffd2612 100644 (file)
@@ -1752,8 +1752,6 @@ $wgSidebarCacheExpiry = 86400;
 /**
  * When using the file cache, we can store the cached HTML gzipped to save disk
  * space. Pages will then also be served compressed to clients that support it.
- * THIS IS NOT COMPATIBLE with ob_gzhandler which is now enabled if supported in
- * the default LocalSettings.php! If you enable this, remove that setting first.
  *
  * Requires zlib support enabled in PHP.
  */