Revision eecc1817
Added by Chris Buechler over 15 years ago
usr/local/www/system_usermanager_settings.php | ||
---|---|---|
78 | 78 |
if (!$input_errors) { |
79 | 79 |
|
80 | 80 |
if($_POST['session_timeout']) |
81 |
$pconfig['session_timeout'] = $_POST['session_timeout'];
|
|
81 |
$pconfig['session_timeout'] = intval($_POST['session_timeout']);
|
|
82 | 82 |
else |
83 | 83 |
unset($config['system']['webgui']['session_timeout']); |
84 | 84 |
|
... | ... | |
360 | 360 |
return true; |
361 | 361 |
} |
362 | 362 |
} |
363 |
</script> |
|
363 |
</script> |
Also available in: Unified diff
revert unintentional change to system_usermanager_settings.php from last commit