mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 12:51:29 +00:00
toggle no daemon warning @ runtime on refetch
This commit is contained in:
@@ -1721,8 +1721,10 @@
|
||||
|
||||
function print_runtime_info($link) {
|
||||
print "<runtime-info>";
|
||||
print "<param key=\"daemon_is_running\" value=\"".
|
||||
sprintf("%d", file_is_locked("update_daemon.lock")) . "\"/>";
|
||||
if (ENABLE_UPDATE_DAEMON) {
|
||||
print "<param key=\"daemon_is_running\" value=\"".
|
||||
sprintf("%d", file_is_locked("update_daemon.lock")) . "\"/>";
|
||||
}
|
||||
print "</runtime-info>";
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user