summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 6dec10d16..ab82cc3c3 100644
--- a/backend.php
+++ b/backend.php
@@ -13,7 +13,7 @@
$op = $_REQUEST["op"];
- if ($op == "rpc" || $op == "updateAllFeeds") {
+ if (($op == "rpc" || $op == "updateAllFeeds") && !$_REQUEST["noxml"]) {
header("Content-Type: application/xml");
}