summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-04-09 05:43:57 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-04-09 05:43:57 +0000
commit880601fee3929b86bdb60cc403268fda1532594e (patch)
treea6b6b5f7c304d2c6d013a80fc057ff3382d792c4 /lib/init.php
parent7ec6cdb3393b3cdb0dcbe7b4e8b6f82d5aa9c351 (diff)
downloadampache-880601fee3929b86bdb60cc403268fda1532594e.tar.gz
ampache-880601fee3929b86bdb60cc403268fda1532594e.tar.bz2
ampache-880601fee3929b86bdb60cc403268fda1532594e.zip
first little bit of fixing the page remembering mojo for back, still not perfect
Diffstat (limited to 'lib/init.php')
-rw-r--r--lib/init.php2
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) {