]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/ob_gzhandler.patch
Merge commit 'upstream/0.1'
[roundcube.git] / debian / patches / ob_gzhandler.patch
1 --- roundcube/index.php 2007-10-29 21:56:00.000000000 +0100
2 +++ roundcube/index.php 2007-11-17 09:10:54.000000000 +0100
3 @@ -103,7 +103,7 @@
4  if ($_action != 'get' && $_action != 'viewsource')
5  {
6    // use gzip compression if supported
7 -  if (function_exists('ob_gzhandler') && ini_get('zlib.output_compression'))
8 +  if (function_exists('ob_gzhandler') && !ini_get('zlib.output_compression'))
9      ob_start('ob_gzhandler');
10    else
11      ob_start();