From 69d41b5e3d08a08e414c974730d3f6b2b9b7d21f Mon Sep 17 00:00:00 2001 From: Alib Date: Sun, 4 Apr 2010 15:08:15 +0200 Subject: removed gzhandler, module zlib is already loaded --- bin/backend.php | 4 +--- index.php | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/bin/backend.php b/bin/backend.php index 59f8bd4..9d00294 100644 --- a/bin/backend.php +++ b/bin/backend.php @@ -8,9 +8,7 @@ if (function_exists('dl')) if (!extension_loaded('zlib')) dl(zlib.so); } - -if(!ob_start("ob_gzhandler")) - ob_start(); +ob_start(); header('Content-Type: application/json; charset: utf-8'); header('Content-Encoding: gzip'); diff --git a/index.php b/index.php index d05895c..c6eb5c7 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ if (file_exists('config.php')) else include ('config_default.php'); include ('bin/auth.php'); -if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); +ob_start(); ?> @@ -286,4 +286,4 @@ if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandl - \ No newline at end of file + -- cgit v1.2.3