mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 06:15:58 +00:00
DAEMON_REFRESH_ONLY patch from the same source
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
|
||||
if (WEB_DEMO_MODE) return;
|
||||
|
||||
if (! ($_GET["daemon"] && DAEMON_REFRESH_ONLY)) {
|
||||
return;
|
||||
}
|
||||
|
||||
db_query($link, "BEGIN");
|
||||
|
||||
$result = db_query($link, "SELECT feed_url,id,
|
||||
|
||||
Reference in New Issue
Block a user