aboutsummaryrefslogtreecommitdiff
path: root/p/i/index.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-09 23:17:35 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-09 23:17:35 +0100
commit3d876091e1268e3ccd5036449a4deb5134936206 (patch)
treea439a0233f81f0a67ae0a5bbcd849cbb652d220c /p/i/index.php
parentbddbe5f79f42d526d7d56a7189ca0b65970abe89 (diff)
Nouveau rafraîchissement automatique du nombre d'articles non lus + session Persona
Devrait aussi résoudre https://github.com/marienfressinaud/FreshRSS/issues/358 À tester
Diffstat (limited to 'p/i/index.php')
-rwxr-xr-xp/i/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/p/i/index.php b/p/i/index.php
index 3dcf659c9..187bbabe8 100755
--- a/p/i/index.php
+++ b/p/i/index.php
@@ -26,6 +26,7 @@ if (file_exists ('install.php')) {
session_cache_limiter('');
Minz_Session::init('FreshRSS');
+ Minz_Session::_param('keepAlive', 1); //For Persona
if (!file_exists(DATA_PATH . '/no-cache.txt')) {
require(LIB_PATH . '/http-conditional.php');