summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager_settings.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-02-27 15:24:35 -0500
committerChris Buechler <cmb@pfsense.org>2010-02-27 15:24:35 -0500
commita64b5d3f926dd06d764856d2a3b979b3f5f1c980 (patch)
tree050a67499343abf9183c943f84f4f2b3e02918a6 /usr/local/www/system_usermanager_settings.php
parent7b819cdbb268b106d648904b2f1596b980552f0a (diff)
downloadpfsense-a64b5d3f926dd06d764856d2a3b979b3f5f1c980.zip
pfsense-a64b5d3f926dd06d764856d2a3b979b3f5f1c980.tar.gz
if reverted to HTTP, restart lighty
Diffstat (limited to 'usr/local/www/system_usermanager_settings.php')
-rwxr-xr-xusr/local/www/system_usermanager_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_usermanager_settings.php b/usr/local/www/system_usermanager_settings.php
index f9b548d..0e0b612 100755
--- a/usr/local/www/system_usermanager_settings.php
+++ b/usr/local/www/system_usermanager_settings.php
@@ -78,7 +78,7 @@ if ($_POST) {
if (!$input_errors) {
if($_POST['session_timeout'])
- $pconfig['session_timeout'] = intval($_POST['session_timeout']);
+ $pconfig['session_timeout'] = $_POST['session_timeout'];
else
unset($config['system']['webgui']['session_timeout']);
OpenPOWER on IntegriCloud