summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-21 08:36:03 +0100
committerAndrew Dolgov <[email protected]>2006-08-21 08:36:03 +0100
commitb96c7b2209a083830dc447d27a8a83e1ffd6f7c2 (patch)
tree3fb8b8bcd6e362cfae5de52b4cef4c584289a807 /backend.php
parent99018440a5cdd9b1a5de231b20423942ea52a57d (diff)
disable authentication requirement for op=digestSend
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 130be4a1f..f65f068e6 100644
--- a/backend.php
+++ b/backend.php
@@ -34,7 +34,7 @@
print_error_xml(9, $err_msg); die;
}
- if ((!$op || $op == "rpc" || $op == "rss" ||
+ if ((!$op || $op == "rpc" || $op == "rss" || $op == "digestSend"
$op == "globalUpdateFeeds") && !$_REQUEST["noxml"]) {
header("Content-Type: application/xml");
}