patch for [ 807213 ] HTTP-AUTH fails

solved by Bernd Oeggl (beoe)
This commit is contained in:
Lars Kneschke 2003-09-24 05:44:57 +00:00
parent 71ddbf9f60
commit d0d9dc1721

View File

@ -30,7 +30,7 @@
function authenticate($username, $passwd)
{
if (isset($GLOBALS['PHP_AUTH_USER']))
if (isset($_SERVER['PHP_AUTH_USER']))
{
return True;
}