disable authentication requirement for op=digestSend

This commit is contained in:
Andrew Dolgov 2006-08-21 08:36:03 +01:00
parent 99018440a5
commit b96c7b2209
1 changed files with 1 additions and 1 deletions

View 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");
}