]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
initial work on update daemon
[tt-rss.git] / config.php-dist
index 7326586b216f927b4779588421df79b066a3480e..7a92c742314de65fb55fd8746d3a7b863fee9509 100644 (file)
        // 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
 ?>