diff options
| author | 2014-01-09 23:17:35 +0100 | |
|---|---|---|
| committer | 2014-01-09 23:17:35 +0100 | |
| commit | 3d876091e1268e3ccd5036449a4deb5134936206 (patch) | |
| tree | a439a0233f81f0a67ae0a5bbcd849cbb652d220c /p/i/index.php | |
| parent | bddbe5f79f42d526d7d56a7189ca0b65970abe89 (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-x | p/i/index.php | 1 |
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'); |
