summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-07-06 11:25:06 -0400
committerChris Buechler <cmb@pfsense.org>2010-07-06 11:25:06 -0400
commit061177ec634e641deb34dd388187c0ac96135119 (patch)
tree754a86d28b35df0648b2344dbef15c333749391e /etc/inc/auth.inc
parentbdcd93b527528ad79e0a4fa79329bac915d6f2e5 (diff)
downloadpfsense-061177ec634e641deb34dd388187c0ac96135119.zip
pfsense-061177ec634e641deb34dd388187c0ac96135119.tar.gz
Revert "^ Potential"
This reverts commit 9e00e1bddd9efaa11a55871941cd7a02a4a52975.
Diffstat (limited to 'etc/inc/auth.inc')
-rw-r--r--etc/inc/auth.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 34def71..c00befa 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -37,7 +37,7 @@ $auth_method="htpasswd_backed_basic_auth";
if ($_SERVER['HTTP_HOST'] != $config['system']['hostname'] . "." . $config['system']['domain'] and
$_SERVER['HTTP_HOST'] != $_SERVER['SERVER_ADDR'] and
$_SERVER['HTTP_HOST'] != $config['system']['hostname']) {
- echo "Potential DNS Rebind attack detected, see http://en.wikipedia.org/wiki/DNS_rebinding";
+ echo "DNS Rebind attack detected, see http://en.wikipedia.org/wiki/DNS_rebinding";
exit;
}
OpenPOWER on IntegriCloud