From 95263be2c208d56fd7db8cc5964c6d74012a7851 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 13 Aug 2005 19:35:55 +0000 Subject: Change realm to . Ticket #337 --- etc/inc/auth.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc') 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; -- cgit v1.1