aboutsummaryrefslogtreecommitdiff
path: root/p/i/index.php
diff options
context:
space:
mode:
authorGravatar Frans de Jonge <fransdejonge@gmail.com> 2017-12-22 12:02:06 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-12-22 12:02:06 +0100
commit469d601bcbe83eb800552ca6327dac7732763c75 (patch)
tree61f3e0d6654f30bd4e394ba29fe1ecdd770ea1dd /p/i/index.php
parentcaccf8a970afa237cc44b49042c1a80b2158b2f6 (diff)
[doc] Editing for better style (#1736)
* Also removed references to Persona authentication. * Changed code comment about Persona because it's for HTTP auth in general. See https://github.com/FreshRSS/FreshRSS/commit/3d876091e1268e3ccd5036449a4deb5134936206 and https://github.com/FreshRSS/FreshRSS/issues/358#issuecomment-31931484
Diffstat (limited to 'p/i/index.php')
-rwxr-xr-xp/i/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/i/index.php b/p/i/index.php
index a1212b570..ff7fcafdd 100755
--- a/p/i/index.php
+++ b/p/i/index.php
@@ -26,7 +26,7 @@ if (file_exists(DATA_PATH . '/do-install.txt')) {
} else {
session_cache_limiter('');
Minz_Session::init('FreshRSS');
- Minz_Session::_param('keepAlive', 1); //For Persona
+ Minz_Session::_param('keepAlive', 1); //To prevent the PHP session from expiring
if (!file_exists(DATA_PATH . '/no-cache.txt')) {
require(LIB_PATH . '/http-conditional.php');