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 4683143a6..775c17c39 100644
--- a/backend.php
+++ b/backend.php
@@ -4010,13 +4010,13 @@
return;
}
-
+
print "<div class=\"warning\">Under construction</div>";
$result = db_query($link, "SELECT feed_url,count(id) AS subscribers
FROM ttrss_feeds
WHERE auth_login = '' AND auth_pass = '' AND private = false
- GROUP BY feed_url ORDER BY subscribers DESC LIMIT 50");
+ GROUP BY feed_url ORDER BY subscribers DESC LIMIT 100");
print "<ul class='nomarks' id='browseBigFeedList'>";