mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 16:51:28 +00:00
more theme-related updates
This commit is contained in:
@@ -3750,8 +3750,6 @@
|
||||
|
||||
if ($op == "pref-feed-browser") {
|
||||
|
||||
print "<p>This panel shows feeds subscribed by other users of this system, just in case you are interested in some of them too.</p>";
|
||||
|
||||
if (!ENABLE_FEED_BROWSER) {
|
||||
print "Feed browser is administratively disabled.";
|
||||
return;
|
||||
@@ -3823,6 +3821,8 @@
|
||||
return;
|
||||
}
|
||||
|
||||
print "<p>This panel shows feeds subscribed by other users of this system, just in case you are interested in some of them too.</p>";
|
||||
|
||||
$result = db_query($link, "SELECT feed_url,count(id) AS subscribers
|
||||
FROM ttrss_feeds
|
||||
WHERE auth_login = '' AND auth_pass = '' AND private = false
|
||||
|
||||
Reference in New Issue
Block a user