backend/feeds: add gzip

master
Andrew Dolgov 16 years ago
parent 38bb1cebe8
commit 877be7815b

@ -158,6 +158,10 @@
break; // rpc
case "feeds":
if (ENABLE_GZIP_OUTPUT) {
ob_start("ob_gzhandler");
}
$tags = $_GET["tags"];
$subop = $_GET["subop"];

Loading…
Cancel
Save