From 9e00e1bddd9efaa11a55871941cd7a02a4a52975 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 1 Jul 2010 17:34:55 -0400 Subject: ^ Potential --- etc/inc/auth.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.1