summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-04-05 15:35:34 +0200
committerAlib <aliboba@free.fr>2010-04-05 15:35:34 +0200
commit71179178aef6e3a525373a99c249507a8400787c (patch)
treefd7e9a31d678ae4126a2d077c3035644a1d5c607 /index.php
parentce0f5df8375eb7422ee2887594c80f2acd877b9e (diff)
downloadistreamdev-71179178aef6e3a525373a99c249507a8400787c.tar.gz
istreamdev-71179178aef6e3a525373a99c249507a8400787c.tar.bz2
readd if(!ob_start("ob_gzhandler"))
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index c6eb5c7..57d569e 100644
--- a/index.php
+++ b/index.php
@@ -4,6 +4,7 @@ if (file_exists('config.php'))
else
include ('config_default.php');
include ('bin/auth.php');
+if(!ob_start("ob_gzhandler"))
ob_start();
?>