Skip to content

Commit

Permalink
Update css.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nirix committed Aug 4, 2022
1 parent d08a9b5 commit 73a69f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion css.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down

0 comments on commit 73a69f0

Please sign in to comment.