mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:45:57 +00:00
fix not logged in error handling from viewfeed/article calls
This commit is contained in:
@@ -71,7 +71,7 @@
|
|||||||
if (!($_SESSION["uid"] && validate_session($link)) && $op != "globalUpdateFeeds"
|
if (!($_SESSION["uid"] && validate_session($link)) && $op != "globalUpdateFeeds"
|
||||||
&& $op != "rss" && $op != "getUnread") {
|
&& $op != "rss" && $op != "getUnread") {
|
||||||
|
|
||||||
if ($op == "rpc") {
|
if ($op == "rpc" || $op == "viewfeed" || $op == "view") {
|
||||||
print_error_xml(6); die;
|
print_error_xml(6); die;
|
||||||
} else {
|
} else {
|
||||||
print "
|
print "
|
||||||
|
|||||||
Reference in New Issue
Block a user