summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-02-03 00:00:14 -0800
committerNOYB <Al_Stu@Frontier.com>2016-02-03 00:00:14 -0800
commit8008b380b6005e6cb35d27dca8218a8a3134bf58 (patch)
treed7130f7eaf58c5d13145487db875ddcb936c7129 /src
parent57ce146a539a3c6f34db9ef6a20894a96509a2f2 (diff)
downloadpfsense-8008b380b6005e6cb35d27dca8218a8a3134bf58.zip
pfsense-8008b380b6005e6cb35d27dca8218a8a3134bf58.tar.gz
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.
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