summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-04-04 15:08:15 +0200
committerAlib <aliboba@free.fr>2010-04-04 15:08:15 +0200
commit69d41b5e3d08a08e414c974730d3f6b2b9b7d21f (patch)
treeebe912f742958d3b602463988245a5932d937ee9 /index.php
parent31f59e914e3c2ce50221bfb124356f635a7446f7 (diff)
downloadistreamdev-69d41b5e3d08a08e414c974730d3f6b2b9b7d21f.tar.gz
istreamdev-69d41b5e3d08a08e414c974730d3f6b2b9b7d21f.tar.bz2
removed gzhandler, module zlib is already loaded
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
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();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
@@ -286,4 +286,4 @@ if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandl
</div>
</body>
-</html> \ No newline at end of file
+</html>