diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-04-11 07:33:12 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-04-11 07:33:12 +0000 |
commit | 78ea591e3289aa71e747ea2e04bf120489dc5fd7 (patch) | |
tree | e10242ef5661d67401ad72c087bf4a91c1713209 /lib | |
parent | 0b733c05eed503ba8c00443a77ec45664b81ce28 (diff) | |
download | ampache-78ea591e3289aa71e747ea2e04bf120489dc5fd7.tar.gz ampache-78ea591e3289aa71e747ea2e04bf120489dc5fd7.tar.bz2 ampache-78ea591e3289aa71e747ea2e04bf120489dc5fd7.zip |
remove gz handler cause IE7 sucks the big one
Diffstat (limited to 'lib')
-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 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) { |