diff options
author | Alib <aliboba@free.fr> | 2010-04-05 15:35:34 +0200 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-04-05 15:35:34 +0200 |
commit | 71179178aef6e3a525373a99c249507a8400787c (patch) | |
tree | fd7e9a31d678ae4126a2d077c3035644a1d5c607 /index.php | |
parent | ce0f5df8375eb7422ee2887594c80f2acd877b9e (diff) | |
download | istreamdev-71179178aef6e3a525373a99c249507a8400787c.tar.gz istreamdev-71179178aef6e3a525373a99c249507a8400787c.tar.bz2 |
readd if(!ob_start("ob_gzhandler"))
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); ?> |