mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-07 15:11:33 +00:00
warn if daemon process is not running on server
This commit is contained in:
@@ -50,6 +50,14 @@
|
||||
|
||||
<body onload="init()">
|
||||
|
||||
<? if (ENABLE_UPDATE_DAEMON && !file_is_locked("update_daemon.lock")) { ?>
|
||||
<div class="warning">
|
||||
<b>Warning:</b> Update daemon is enabled in configuration, but daemon
|
||||
process is not running, which prevents all feeds from updating. Please
|
||||
start the daemon process or contact instance owner.
|
||||
</div>
|
||||
<? } ?>
|
||||
|
||||
<table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
|
||||
<? if (get_pref($link, 'DISPLAY_HEADER')) { ?>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user