We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1c374 commit a11e8ceCopy full SHA for a11e8ce
cached.php
@@ -37,12 +37,6 @@
37
header("Content-Type: text/css");
38
}
39
40
-if (function_exists("ob_gzhandler")) {
41
- ob_start("ob_gzhandler");
42
- readfile($abs);
43
- ob_end_flush();
44
-} else {
45
46
-}
+readfile($abs);
47
48
include/prepend.inc
@@ -1,4 +1,6 @@
1
<?php // -*- C++ -*-
2
+// Compress all pages, if ext/zlib is available on the mirror
3
+ini_set("zlib.output_compression", 1);
4
5
// $Id$
6
0 commit comments