We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11e8ce commit d660a76Copy full SHA for d660a76
.router.php
@@ -8,6 +8,8 @@
8
9
if (strncmp($_SERVER["DOCUMENT_ROOT"], $afilename, $len) == 0) {
10
if (file_exists($afilename)) {
11
+ /* This could be an image or whatever, so don't try to compress it */
12
+ ini_set("zlib.output_compression", 0);
13
return false;
14
}
15
0 commit comments