diff options
Diffstat (limited to 'lib/init.php')
-rw-r--r-- | lib/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php index 58d846db..b91b1d9a 100644 --- a/lib/init.php +++ b/lib/init.php @@ -25,7 +25,7 @@ // Use output buffering, this gains us a few things and // fixes some CSS issues -ob_start(); +ob_start('ob_gzhandler'); // Do a check for PHP5 because nothing will work without it if (strcmp('5.0.0',phpversion()) > 0) { |