parent
1fcbe87a6f
commit
4c97fb7d01
|
@ -289,7 +289,7 @@ class Auth
|
|||
}
|
||||
list($scheme) = explode(' ', $header, 2);
|
||||
if ($scheme !== 'Basic') {
|
||||
$this->challengeHttp();
|
||||
return false;
|
||||
}
|
||||
$authorization = substr($header, strlen('Basic '));
|
||||
$credentials = base64_decode($authorization);
|
||||
|
|
Loading…
Reference in New Issue