diff options
author | jim-p <jimp@pfsense.org> | 2011-05-06 16:53:21 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-05-06 16:55:10 -0400 |
commit | c07b267505b0be2728e97544a8d0610c4aea6d34 (patch) | |
tree | 2c567d6664c1ddc69324ff60ce150782087faded /usr | |
parent | ac655e1b35b0c45d5ca7cb8da6a4350142b8a5aa (diff) | |
download | pfsense-c07b267505b0be2728e97544a8d0610c4aea6d34.zip pfsense-c07b267505b0be2728e97544a8d0610c4aea6d34.tar.gz |
This field should be server2
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/vpn_pptp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php index 5be5e6e..80807f2 100755 --- a/usr/local/www/vpn_pptp.php +++ b/usr/local/www/vpn_pptp.php @@ -166,7 +166,7 @@ if ($_POST) { unset($pptpcfg['radius']['server']['enable']); if($_POST['radiussecenable'] == "yes") - $pptpcfg['radius']['server']['enable'] = true; + $pptpcfg['radius']['server2']['enable'] = true; else if (isset($pptpcfg['radius']['server2']['enable'])) unset($pptpcfg['radius']['server2']['enable']); |