add DISABLE_SESSIONS to config.php-dist
This commit is contained in:
parent
b4548c3237
commit
a561fe7304
1 changed files with 4 additions and 1 deletions
|
@ -93,6 +93,9 @@
|
||||||
|
|
||||||
// This option suggests FEEDS_FRAME_REFRESH set to a small value
|
// This option suggests FEEDS_FRAME_REFRESH set to a small value
|
||||||
// (like 10-15 seconds, depending on number of users and server/bandwidth load).
|
// (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
|
// vim:ft=php
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue