summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
diff options
context:
space:
mode:
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 e311365..e86e25f 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -37,7 +37,7 @@ if (!$auth_method())
exit;
function basic_auth_prompt(){
- header("WWW-Authenticate: Basic realm=\"pfSense\"");
+ header("WWW-Authenticate: Basic realm=\".\"");
header("HTTP/1.0 401 Unauthorized");
echo "You must enter valid credentials to access this resource.";
exit;
OpenPOWER on IntegriCloud