summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-07-01 17:34:55 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-07-01 17:34:55 -0400
commit9e00e1bddd9efaa11a55871941cd7a02a4a52975 (patch)
tree8ad5c3eb07d580756199191b2c5e256f9bf267b6
parent8bc95b43baf4bb2e77c7e88043a036945f6fcaa0 (diff)
downloadpfsense-9e00e1bddd9efaa11a55871941cd7a02a4a52975.zip
pfsense-9e00e1bddd9efaa11a55871941cd7a02a4a52975.tar.gz
^ Potential
-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 c00befa..34def71 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 "DNS Rebind attack detected, see http://en.wikipedia.org/wiki/DNS_rebinding";
+ echo "Potential DNS Rebind attack detected, see http://en.wikipedia.org/wiki/DNS_rebinding";
exit;
}
OpenPOWER on IntegriCloud