mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Issue #4520 Possible fix for session duration. (testing needed)
This commit is contained in:
@@ -1505,7 +1505,7 @@ $text .= "
|
||||
<tr>
|
||||
<td><label for='session-lifetime'>".PRFLAN_272."</label>".$frm->help(PRFLAN_273)."</td>
|
||||
<td>
|
||||
".$frm->number('session_lifetime', varset($pref['session_lifetime']), 6)."
|
||||
".$frm->number('session_lifetime', varset($pref['session_lifetime']), 86400)."
|
||||
</td>
|
||||
</tr>
|
||||
";
|
||||
|
Reference in New Issue
Block a user