1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 07:49:14 +00:00

rework no daemon warning

This commit is contained in:
Andrew Dolgov
2007-01-27 10:21:55 +01:00
parent c50e2b3004
commit ef16ae3782
5 changed files with 38 additions and 8 deletions

View File

@@ -97,12 +97,6 @@ if (document.addEventListener) {
window.onload = init;
</script>
<div id="noDaemonWarning">
<?php echo _("<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>
<div id="infoBoxShadow"><div id="infoBox">&nbsp;</div></div>