summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-04-11 07:33:12 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-04-11 07:33:12 +0000
commit78ea591e3289aa71e747ea2e04bf120489dc5fd7 (patch)
treee10242ef5661d67401ad72c087bf4a91c1713209 /lib/init.php
parent0b733c05eed503ba8c00443a77ec45664b81ce28 (diff)
downloadampache-78ea591e3289aa71e747ea2e04bf120489dc5fd7.tar.gz
ampache-78ea591e3289aa71e747ea2e04bf120489dc5fd7.tar.bz2
ampache-78ea591e3289aa71e747ea2e04bf120489dc5fd7.zip
remove gz handler cause IE7 sucks the big one
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 b91b1d9a..58d846db 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_gzhandler');
+ob_start();
// Do a check for PHP5 because nothing will work without it
if (strcmp('5.0.0',phpversion()) > 0) {