From c07b267505b0be2728e97544a8d0610c4aea6d34 Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 6 May 2011 16:53:21 -0400 Subject: This field should be server2 --- usr/local/www/vpn_pptp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); -- cgit v1.1