summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-02-03 07:55:26 -0200
committerRenato Botelho <renato@netgate.com>2016-02-03 07:55:26 -0200
commitf519f112e034b35a3288be215110d93fa84e77f4 (patch)
treeff7014ab875a7d45675ba9d42c18f2d2276cc235 /src
parentdcbbd7b40aa875d89135a85bb0f9d0dc7c0b0994 (diff)
parent8008b380b6005e6cb35d27dca8218a8a3134bf58 (diff)
downloadpfsense-f519f112e034b35a3288be215110d93fa84e77f4.zip
pfsense-f519f112e034b35a3288be215110d93fa84e77f4.tar.gz
Merge pull request #2582 from NOYB/System_/_Advanced_/_Firewall_and_NAT_-_Remove_PPTP_from_Verbiage
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/system_advanced_firewall.php5
1 files changed, 2 insertions, 3 deletions
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('<span>Note: This disables automatically added rules for IPsec, '.
- 'PPTP.</span>');
+))->setHelp('Note: This disables automatically added rules for IPsec.');
$section->addInput(new Form_Checkbox(
'disablereplyto',
OpenPOWER on IntegriCloud