From 7acdf231a45b8ce330f01ba805606bf3093e007a Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 28 Apr 2015 11:21:47 -0600 Subject: [PATCH] removed php config overrides --- system/src/Grav/Common/Utils.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/src/Grav/Common/Utils.php b/system/src/Grav/Common/Utils.php index 830cb6a6b..acb228789 100644 --- a/system/src/Grav/Common/Utils.php +++ b/system/src/Grav/Common/Utils.php @@ -185,8 +185,6 @@ abstract class Utils set_time_limit(0); ignore_user_abort(false); - ini_set('output_buffering', 0); - ini_set('zlib.output_compression', 0); if ($force_download) { header('Content-Description: File Transfer');