diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-07-01 17:35:06 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-07-01 17:35:06 -0400 |
commit | cc89c9e5b0c6257f6f6c0d4cafb3b74c9c3a0dbd (patch) | |
tree | 3f8c56a6be7bd525f7b012009bf6ff58a9a609e9 /etc | |
parent | 6266cf9949d7f722354382486a02401f3efbe1e1 (diff) | |
download | pfsense-cc89c9e5b0c6257f6f6c0d4cafb3b74c9c3a0dbd.zip pfsense-cc89c9e5b0c6257f6f6c0d4cafb3b74c9c3a0dbd.tar.gz |
^ Potential
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/auth.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc index e633164..4793b3a 100644 --- a/etc/inc/auth.inc +++ b/etc/inc/auth.inc @@ -53,7 +53,7 @@ require_once("config.gui.inc"); if ($_SERVER['HTTP_HOST'] != $config['system']['hostname'] . "." . $config['system']['domain'] and $_SERVER['HTTP_HOST'] != $_SERVER['SERVER_ADDR'] and $_SERVER['HTTP_HOST'] != $config['system']['hostname']) { - display_error_form("501", "DNS Rebind attack detected, see http://en.wikipedia.org/wiki/DNS_rebinding"); + display_error_form("501", "Potential DNS Rebind attack detected, see http://en.wikipedia.org/wiki/DNS_rebinding"); exit; } |