diff options
-rw-r--r-- | inc/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/init.php b/inc/init.php index 8469a8230..d59b2088e 100644 --- a/inc/init.php +++ b/inc/init.php @@ -110,7 +110,7 @@ $_REQUEST = array_merge($_GET,$_POST); // disable gzip if not available - if($conf['compression'] == 'bz' && !function_exists('bzopen')){ + if($conf['compression'] == 'bz2' && !function_exists('bzopen')){ $conf['compression'] = 'gz'; } if($conf['compression'] == 'gz' && !function_exists('gzopen')){ |