From 8d3e2a54baf07f36aeb358f7ab83d6d3d2838ed5 Mon Sep 17 00:00:00 2001
From: till <till@php.net>
Date: Fri, 01 Feb 2008 21:52:10 -0500
Subject: [PATCH] * reverting patch from #1484236
---
index.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/index.php b/index.php
index d281ff6..1cea295 100644
--- a/index.php
+++ b/index.php
@@ -103,7 +103,7 @@
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();
--
Gitblit v1.9.1