1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

initial work on update daemon

This commit is contained in:
Andrew Dolgov
2006-02-11 14:52:17 +01:00
parent cbd8650dfe
commit de696427ad
7 changed files with 93 additions and 8 deletions

View File

@@ -82,6 +82,10 @@
// If this option is enabled (non-zero) feeds are updated in random order.
// It is also recommended to set FEEDS_FRAME_REFRESH to a lower value if using
// this option.
define('DISABLE_SESSIONS', false);
// Disables sessions (this is ONLY useful for commandline daemons using
// tt-rss code, DON'T enable this option EVER)
// vim:ft=php
?>