summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();
?>