diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2006-02-12 08:50:35 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2006-02-12 08:50:35 +0100 |
| commit | c6784aea9c56409e3adc96c2bce0760c6740aac4 (patch) | |
| tree | 78b0dbc093354fcbcf1b89b9557c08de1b92267a /backend.php | |
| parent | b2620faa9f678255430baa7989f1282ca8b4ef47 (diff) | |
misc interface cleanups, only allow daemon to start when ENABLE_UPDATE_DAEMON is enabled
Diffstat (limited to 'backend.php')
| -rw-r--r-- | backend.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.php b/backend.php index 1a741f897..d1ff69142 100644 --- a/backend.php +++ b/backend.php @@ -61,6 +61,7 @@ } setcookie('ttrss_vf_refresh', FEEDS_FRAME_REFRESH); + setcookie('ttrss_vf_daemon', ENABLE_UPDATE_DAEMON); } $fetch = $_GET["fetch"]; |