diff --git a/src/etc/inc/authgui.inc b/src/etc/inc/authgui.inc index 141506acf..1e2f7ac62 100644 --- a/src/etc/inc/authgui.inc +++ b/src/etc/inc/authgui.inc @@ -155,7 +155,7 @@ function session_auth() // check additional security measures if (empty($_SESSION['Username'])) { if (check_security_dns_rebind()) { - display_error_form(sprintf(gettext("A potential %sDNS Rebind attack%s has been detected.%sTry to access the router by IP address instead of by hostname."), '', '', '
')); + display_error_form(sprintf(gettext("A potential %sDNS Rebind attack%s has been detected.%sTry to access the router by IP address instead of by hostname.You can disable this check if needed under System: Settings: Administration."), '', '', '
')); exit; } elseif (check_security_http_referer_enforement()) { display_error_form(sprintf(