summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-13 14:08:23 +0100
committerAndrew Dolgov <[email protected]>2006-02-13 14:08:23 +0100
commit27981ca30f85655ca487257418b19a17f962b0c3 (patch)
tree7257ef8804107f522a95649273ce4e56d554ff4c /tt-rss.php
parent3e4950c7bb00a0ed819a81f20ca3cb3a004fdccc (diff)
warn if daemon process is not running on server
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>