diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-25 14:47:29 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-25 14:47:29 +0000 |
| commit | f5d76e2b23e225c561bf16f2efd83d3705e2fb80 (patch) | |
| tree | 203ebe56b023a42f0462da7992c1d5fc67a5e063 /roundcubemail | |
| parent | e898e546f13c3a2a41305ec0b3ace8d47bb5bc45 (diff) | |
Always use output buffering
git-svn-id: https://svn.roundcube.net/trunk@247 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index eb455035f..334910534 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -84,6 +84,8 @@ require_once('PEAR.php'); // 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 |
