From 8d3e2a54baf07f36aeb358f7ab83d6d3d2838ed5 Mon Sep 17 00:00:00 2001 From: till Date: Sat, 2 Feb 2008 02:52:10 +0000 Subject: [PATCH] * reverting patch from #1484236 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index d281ff6f4..1cea295be 100644 --- a/index.php +++ b/index.php @@ -103,7 +103,7 @@ if (empty($_task) || !in_array($_task, $MAIN_TASKS)) if ($_action != 'get' && $_action != 'viewsource') { // use gzip compression if supported - if (function_exists('ob_gzhandler') && ini_get('zlib.output_compression')) + if (function_exists('ob_gzhandler') && !ini_get('zlib.output_compression')) ob_start('ob_gzhandler'); else ob_start();