disable authentication requirement for op=digestSend
This commit is contained in:
parent
99018440a5
commit
b96c7b2209
|
@ -34,7 +34,7 @@
|
||||||
print_error_xml(9, $err_msg); die;
|
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"]) {
|
$op == "globalUpdateFeeds") && !$_REQUEST["noxml"]) {
|
||||||
header("Content-Type: application/xml");
|
header("Content-Type: application/xml");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue