summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-23 10:08:16 +0100
committerAndrew Dolgov <[email protected]>2006-05-23 10:08:16 +0100
commit71ad883b287330de0ce2fa67b63141c56fad8930 (patch)
tree3f54716a8e42f047bfb843f0f14dbd0d07cb9070 /tt-rss.php
parentf54f515f440f69de6479fef14cd2aae004aff551 (diff)
toggle no daemon warning @ runtime on refetch
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php12
1 files changed, 5 insertions, 7 deletions
diff --git a/tt-rss.php b/tt-rss.php
index c40521563..2bfd505de 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -79,13 +79,11 @@ if (document.addEventListener) {
window.onload = init;
</script>
-<? if (ENABLE_UPDATE_DAEMON && !file_is_locked("update_daemon.lock")) { ?>
- <div class="noDaemonWarning">
- <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>
-<? } ?>
+<div id="noDaemonWarning">
+ <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>
<ul id="debug_output"></ul>