summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 1245be274..37eed61ab 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -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>