till
2008-03-22 03fcc16896fdd31973ad21c67b33da6fe0b6b579
* fixing warning reported in #1484851



1 files modified
6 ■■■■ changed files
index.php 6 ●●●● patch | view | raw | blame | history
index.php
@@ -103,8 +103,12 @@
if ($_action != 'get' && $_action != 'viewsource')
{
  // use gzip compression if supported
  if (function_exists('ob_gzhandler') && !ini_get('zlib.output_compression'))
  if (function_exists('ob_gzhandler')
    && !ini_get('zlib.output_compression')
    && ini_get('output_handler') != 'ob_gzhandler')
  {
    ob_start('ob_gzhandler');
  }
  else
    ob_start();
}