backend/feeds: add gzip

This commit is contained in:
Andrew Dolgov 2008-05-20 07:48:54 +01:00
parent 38bb1cebe8
commit 877be7815b
1 changed files with 4 additions and 0 deletions

View File

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