mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Update system_usermanager_settings.php
Use of undefined constant min - assumed 'min'
This commit is contained in:
parent
588486b8fd
commit
cba6dcbbb7
@ -216,7 +216,7 @@ $section->addInput(new Form_Input(
|
||||
'Session timeout',
|
||||
'number',
|
||||
$pconfig['session_timeout'],
|
||||
[min => 0]
|
||||
['min' => 0]
|
||||
))->setHelp('Time in minutes to expire idle management sessions. The default is 4 '.
|
||||
'hours (240 minutes). Enter 0 to never expire sessions. NOTE: This is a security '.
|
||||
'risk!');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user