thomascube
2006-05-25 8a256ef5e5530fe26fea2fb94898de1aea46a29e
Always use output buffering

1 files modified
2 ■■■■■ changed files
index.php 2 ●●●●● patch | view | raw | blame | history
index.php
@@ -84,6 +84,8 @@
// use gzip compression if supported
if (function_exists('ob_gzhandler') && !ini_get('zlib.output_compression'))
  ob_start('ob_gzhandler');
else
  ob_start();
// catch some url/post parameters