summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-01 09:38:15 -0200
committerRenato Botelho <renato@netgate.com>2015-12-01 09:38:15 -0200
commit63482c9730a40de5b9db11d80411af9d8b1ccd64 (patch)
treedd7d2148ca5a181d104b2164639ddc05be3e6467 /src
parent69829f8db753a5a7830c9f58cfb0b1b5ce1e4b24 (diff)
parent16149dd8e0428f25ded37567655fb673590f6415 (diff)
downloadpfsense-63482c9730a40de5b9db11d80411af9d8b1ccd64.zip
pfsense-63482c9730a40de5b9db11d80411af9d8b1ccd64.tar.gz
Merge pull request #2141 from ExolonDX/branch_02
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/system_advanced_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_advanced_admin.php b/src/usr/local/www/system_advanced_admin.php
index 0cb4d50..a4c4c62 100644
--- a/src/usr/local/www/system_advanced_admin.php
+++ b/src/usr/local/www/system_advanced_admin.php
@@ -445,7 +445,7 @@ $section->addInput(new Form_Checkbox(
'Disable DNS Rebinding Checks',
$pconfig['nodnsrebindcheck']
))->setHelp('When this is unchecked, your system is protected against <a '.
- 'href=\"http://en.wikipedia.org/wiki/DNS_rebinding\">DNS Rebinding attacks</a>. '.
+ 'href="http://en.wikipedia.org/wiki/DNS_rebinding">DNS Rebinding attacks</a>. '.
'This blocks private IP responses from your configured DNS servers. Check this '.
'box to disable this protection if it interferes with webConfigurator access or '.
'name resolution in your environment.');
OpenPOWER on IntegriCloud