mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:55:56 +00:00
router: add additional logging for refused requests; reject requests for methods starting with _
This commit is contained in:
@@ -109,6 +109,10 @@ class Pref_Feeds extends Handler_Protected {
|
||||
return $items;
|
||||
}
|
||||
|
||||
function _getfeedtree() {
|
||||
print "OK";
|
||||
}
|
||||
|
||||
function getfeedtree() {
|
||||
print json_encode($this->makefeedtree());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user