From d7ce13ea7f8f85cd5be659647b51b989f93d63a5 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 3 Jul 2001 19:18:30 +0000 Subject: [PATCH] typo --- lib.inc.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.inc.php3 b/lib.inc.php3 index 3b885f555..5a439ac6f 100755 --- a/lib.inc.php3 +++ b/lib.inc.php3 @@ -98,7 +98,7 @@ function auth() { //$PHP_AUTH_USER = ""; // No need to do this since err 401 allready clears that var Header("status: 401 Unauthorized"); Header("HTTP/1.0 401 Unauthorized"); - Header("WWW-authenticate: basic realm=\"phpMySQLAdmin on ".$cfgServer['host']."\""); + Header("WWW-authenticate: basic realm=\"phpMyAdmin on ".$cfgServer['host']."\""); echo "".$strAccessDenied."\n"; echo "

".$strWrongUser."

\n"; echo "
";