forked from extern/egroupware
patch for [ 807213 ] HTTP-AUTH fails
solved by Bernd Oeggl (beoe)
This commit is contained in:
parent
71ddbf9f60
commit
d0d9dc1721
@ -30,7 +30,7 @@
|
||||
|
||||
function authenticate($username, $passwd)
|
||||
{
|
||||
if (isset($GLOBALS['PHP_AUTH_USER']))
|
||||
if (isset($_SERVER['PHP_AUTH_USER']))
|
||||
{
|
||||
return True;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user