summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-11 14:52:17 +0100
committerAndrew Dolgov <[email protected]>2006-02-11 14:52:17 +0100
commitde696427ad56edeb2dd982e41eda1e6e43e1062c (patch)
tree10e185b34e67caf0f1c49062d74cefe9f479d6bc /config.php-dist
parentcbd8650dfe0edd0a2eecd99b78cda80c61cd123d (diff)
initial work on update daemon
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 5 insertions, 1 deletions
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
?>