From 71179178aef6e3a525373a99c249507a8400787c Mon Sep 17 00:00:00 2001 From: Alib Date: Mon, 5 Apr 2010 15:35:34 +0200 Subject: readd if(!ob_start("ob_gzhandler")) --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') 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(); ?> -- cgit v1.2.3