summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-05-06 16:54:36 -0400
committerjim-p <jimp@pfsense.org>2011-05-06 16:55:10 -0400
commit114a9292866161018f324107984c6e668d905f93 (patch)
tree5467b6e1b787e94c4e6e0b794aa8313e21eefa44
parentc07b267505b0be2728e97544a8d0610c4aea6d34 (diff)
downloadpfsense-114a9292866161018f324107984c6e668d905f93.zip
pfsense-114a9292866161018f324107984c6e668d905f93.tar.gz
If we are disabling the radius inputs, also disable the secondary radius inputs.
-rwxr-xr-xusr/local/www/vpn_pptp.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php
index 80807f2..aee2416 100755
--- a/usr/local/www/vpn_pptp.php
+++ b/usr/local/www/vpn_pptp.php
@@ -252,6 +252,10 @@ function enable_change(enable_over) {
document.iform.radius_nasip.disabled = 1;
document.iform.radius_acct_update.disabled = 1;
document.iform.radiusissueips.disabled = 1;
+ document.iform.radiusserver2.disabled = 1;
+ document.iform.radiussecret2.disabled = 1;
+ document.iform.radiusserver2port.disabled = 1;
+ document.iform.radiusserver2acctport.disabled = 1;
}
} else {
OpenPOWER on IntegriCloud