From 71569a7e8498439750fa5b2fc33001de712b3805 Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 12 May 2009 16:29:10 -0400 Subject: Fix PPTP+RADIUS. See ticket #1926. --- usr/local/www/vpn_pptp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php index 6f01353..7f9f80a 100755 --- a/usr/local/www/vpn_pptp.php +++ b/usr/local/www/vpn_pptp.php @@ -53,7 +53,7 @@ $pconfig['n_pptp_units'] = $pptpcfg['n_pptp_units']; $pconfig['pptp_subnet'] = $pptpcfg['pptp_subnet']; $pconfig['pptp_dns1'] = $pptpcfg['dns1']; $pconfig['pptp_dns2'] = $pptpcfg['dns2']; -$pconfig['radiusenable'] = isset($pptpcfg['radius']['enable']); +$pconfig['radiusenable'] = isset($pptpcfg['radius']['server']['enable']); $pconfig['radiusissueips'] = isset($pptpcfg['radius']['radiusissueips']); $pconfig['radiussecenable'] = isset($pptpcfg['radius']['server2']['enable']); $pconfig['radacct_enable'] = isset($pptpcfg['radius']['accounting']); -- cgit v1.1