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 "