1
0
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:
Andrew Dolgov
2007-08-09 13:45:30 +01:00
parent ffba8297ea
commit e4f4b46f9d
10 changed files with 294 additions and 33 deletions

View File

@@ -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") {