From 8008b380b6005e6cb35d27dca8218a8a3134bf58 Mon Sep 17 00:00:00 2001 From: NOYB Date: Wed, 3 Feb 2016 00:00:14 -0800 Subject: System / Advanced / Firewall and NAT - Remove PPTP from Verbiage Remove PPTP from Verbiage. https://forum.pfsense.org/index.php?topic=106257.0 Also don't see any reason for the span tag here. --- src/usr/local/www/system_advanced_firewall.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/usr/local/www/system_advanced_firewall.php') diff --git a/src/usr/local/www/system_advanced_firewall.php b/src/usr/local/www/system_advanced_firewall.php index f64d77f..f831959 100644 --- a/src/usr/local/www/system_advanced_firewall.php +++ b/src/usr/local/www/system_advanced_firewall.php @@ -470,7 +470,7 @@ $section->addInput(new Form_Checkbox( $section->addInput(new Form_Checkbox( 'disablescrub', 'Disable Firewall Scrub', - 'Disables the PF scrubbing option which can sometimes interfere with NFS and PPTP traffic.', + 'Disables the PF scrubbing option which can sometimes interfere with NFS traffic.', isset($config['system']['disablescrub']) )); @@ -545,8 +545,7 @@ $section->addInput(new Form_Checkbox( 'Disable Auto-added VPN rules', 'Disable all auto-added VPN rules.', isset($config['system']['disablevpnrules']) -))->setHelp('Note: This disables automatically added rules for IPsec, '. - 'PPTP.'); +))->setHelp('Note: This disables automatically added rules for IPsec.'); $section->addInput(new Form_Checkbox( 'disablereplyto', -- cgit v1.1