mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
published feeds work
This commit is contained in:
@@ -124,7 +124,6 @@
|
||||
require_once "modules/pref-users.php";
|
||||
require_once "modules/pref-feed-browser.php";
|
||||
|
||||
|
||||
if (!sanity_check($link)) { return; }
|
||||
|
||||
if ($op == "rpc") {
|
||||
@@ -269,6 +268,11 @@
|
||||
module_popup_dialog($link);
|
||||
}
|
||||
|
||||
if ($op == "pref-pub-items") {
|
||||
module_pref_pub_items($link);
|
||||
}
|
||||
|
||||
|
||||
// update feeds of all users, may be used anonymously
|
||||
if ($op == "globalUpdateFeeds") {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user