summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-13 19:35:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-13 19:35:55 +0000
commit95263be2c208d56fd7db8cc5964c6d74012a7851 (patch)
tree4e5aa540077ec8ccb8e9fe8eeb30fd8b82886f19 /etc/inc/auth.inc
parent65fdf7af43549bfedfa85bdd940ba666d0ab333f (diff)
downloadpfsense-95263be2c208d56fd7db8cc5964c6d74012a7851.zip
pfsense-95263be2c208d56fd7db8cc5964c6d74012a7851.tar.gz
Change realm to .
Ticket #337
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