]> git.wh0rd.org Git - tt-rss.git/commitdiff
disable authentication requirement for op=digestSend
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 21 Aug 2006 07:36:03 +0000 (08:36 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 21 Aug 2006 07:36:03 +0000 (08:36 +0100)
backend.php

index 130be4a1f5ea18a0306aae68890445d2870ea6d5..f65f068e6de8e09b06d7d3c15a252f75032d3408 100644 (file)
@@ -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");
        }