mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-08 22:41:00 +01:00
Merge branch 'master' of /home/fox/public_html/testbox/tt-rss
This commit is contained in:
commit
86f84a9b26
@ -76,6 +76,10 @@
|
||||
print_error_xml(7); exit;
|
||||
}
|
||||
|
||||
if (SINGLE_USER_MODE) {
|
||||
authenticate_user($link, "admin", null);
|
||||
}
|
||||
|
||||
if (!($_SESSION["uid"] && validate_session($link)) && $op != "globalUpdateFeeds"
|
||||
&& $op != "rss" && $op != "getUnread" && $op != "publish") {
|
||||
|
||||
|
||||
@ -469,6 +469,7 @@ function view(id, feed_id, skip_history) {
|
||||
debug("cache check result: " + (cached_article != false));
|
||||
|
||||
enableHotkeys();
|
||||
hideAuxDlg();
|
||||
|
||||
//setActiveFeedId(feed_id);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user