mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
1fcbe87a6f
commit
4c97fb7d01
@ -289,7 +289,7 @@ class Auth
|
|||||||
}
|
}
|
||||||
list($scheme) = explode(' ', $header, 2);
|
list($scheme) = explode(' ', $header, 2);
|
||||||
if ($scheme !== 'Basic') {
|
if ($scheme !== 'Basic') {
|
||||||
$this->challengeHttp();
|
return false;
|
||||||
}
|
}
|
||||||
$authorization = substr($header, strlen('Basic '));
|
$authorization = substr($header, strlen('Basic '));
|
||||||
$credentials = base64_decode($authorization);
|
$credentials = base64_decode($authorization);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user