summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index f34361ae9..fd29da2a9 100644
--- a/backend.php
+++ b/backend.php
@@ -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