From a92628c3dd6aee7e57c355124e9c6ea9a176514d Mon Sep 17 00:00:00 2001 From: Kyle Valade Date: Sun, 12 May 2013 11:05:20 -0700 Subject: [PATCH] Update index.php Remove the ob_gzhandler call, as it conflicts with zlib and causes errors --- index.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.php b/index.php index 07a2899..a8bedb6 100644 --- a/index.php +++ b/index.php @@ -24,8 +24,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -ob_start( 'ob_gzhandler' ); - define('MINIFY_CACHE_DIR', dirname(__FILE__) . '/cache'); require_once('functions.php'); @@ -750,4 +748,4 @@ - \ No newline at end of file +