1
0
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:
Cameron
2021-06-18 09:44:26 -07:00
parent c4f76c3687
commit d8f9a96dea
2 changed files with 4 additions and 2 deletions

View File

@@ -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>
";