diff options
Diffstat (limited to 'img_auth.php')
-rw-r--r-- | img_auth.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/img_auth.php b/img_auth.php index e0a6459f..11684b37 100644 --- a/img_auth.php +++ b/img_auth.php @@ -7,6 +7,7 @@ * to an array of pages you want everyone to be able to access. Your server must * support PATH_INFO, CGI-based configurations generally don't. */ +define( 'MW_NO_OUTPUT_COMPRESSION', 1 ); require_once( './includes/WebStart.php' ); wfProfileIn( 'img_auth.php' ); require_once( './includes/StreamFile.php' ); |