From: Andrew Dolgov Date: Mon, 21 Aug 2006 07:36:03 +0000 (+0100) Subject: disable authentication requirement for op=digestSend X-Git-Tag: 1.2.3~40 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b96c7b2209a083830dc447d27a8a83e1ffd6f7c2;p=tt-rss.git disable authentication requirement for op=digestSend --- diff --git a/backend.php b/backend.php index 130be4a1..f65f068e 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"); }