mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
revert unintentional change to system_usermanager_settings.php from last commit
This commit is contained in:
parent
a64b5d3f92
commit
eecc18174e
@ -78,7 +78,7 @@ if ($_POST) {
|
||||
if (!$input_errors) {
|
||||
|
||||
if($_POST['session_timeout'])
|
||||
$pconfig['session_timeout'] = $_POST['session_timeout'];
|
||||
$pconfig['session_timeout'] = intval($_POST['session_timeout']);
|
||||
else
|
||||
unset($config['system']['webgui']['session_timeout']);
|
||||
|
||||
@ -360,4 +360,4 @@ if(!$pconfig['backend'])
|
||||
return true;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user