From de696427ad56edeb2dd982e41eda1e6e43e1062c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 11 Feb 2006 14:52:17 +0100 Subject: initial work on update daemon --- config.php-dist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index 7326586b2..7a92c7423 100644 --- a/config.php-dist +++ b/config.php-dist @@ -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 ?> -- cgit v1.2.3