]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
add DISABLE_SESSIONS to config.php-dist
[tt-rss.git] / config.php-dist
index eb7e2baa08ebe591d135fb6a4080cfe0d3d2acdd..cb4d8acd56f26177b613b823679575d8cbe67963 100644 (file)
@@ -93,6 +93,9 @@
        
        // This option suggests FEEDS_FRAME_REFRESH set to a small value 
        // (like 10-15 seconds, depending on number of users and server/bandwidth load).
-       
+
+       define('DISABLE_SESSIONS', false);
+       // Never enable this option (kludge for daemon using tt-rss code)
+
        // vim:ft=php
 ?>