summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
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>