From: Andrew Dolgov Date: Sun, 12 Feb 2006 05:20:18 +0000 (+0100) Subject: add DISABLE_SESSIONS to config.php-dist X-Git-Tag: 1.1.3~41 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a561fe730487c5c4fd4b7a7b236163cdd7022d8d;p=tt-rss.git add DISABLE_SESSIONS to config.php-dist --- diff --git a/config.php-dist b/config.php-dist index eb7e2baa..cb4d8acd 100644 --- a/config.php-dist +++ b/config.php-dist @@ -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 ?>