1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +00:00

UI improvements

This commit is contained in:
Andrew Dolgov
2007-03-02 20:58:58 +01:00
parent 0d32b41e36
commit 42c3291622
8 changed files with 96 additions and 80 deletions

View File

@@ -54,7 +54,7 @@
header("Content-Type: application/xml");
print_error_xml(7); exit;
}
if (!($_SESSION["uid"] && validate_session($link)) && $op != "globalUpdateFeeds"
&& $op != "rss" && $op != "getUnread") {