disable compression
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 18 Aug 2008 02:36:34 +0000 (02:36 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 18 Aug 2008 02:36:34 +0000 (02:36 +0000)
profileinfo.php

index 032df3f..bf3cd0f 100644 (file)
@@ -55,6 +55,7 @@
 </head>
 <body>
 <?php
+ini_set( 'zlib.output_compression', 'off' );
 
 $wgDBadminuser = $wgDBadminpassword = $wgDBserver = $wgDBname = $wgEnableProfileInfo = $wgDBprefix = false;