From 73a69f0fd7033ef480b84321fd290d5b666efeca Mon Sep 17 00:00:00 2001 From: Jack Polgar Date: Fri, 5 Aug 2022 00:16:51 +1000 Subject: [PATCH] Update `css.php` --- css.php | 1 - 1 file changed, 1 deletion(-) diff --git a/css.php b/css.php index 2944b9be5..67a6438f7 100644 --- a/css.php +++ b/css.php @@ -24,7 +24,6 @@ // Check if we can gzip the page or not/ if (extension_loaded('zlib')) { // We can! - ob_end_clean(); ob_start('ob_gzhandler'); }