This commit is contained in:
Marcel Pociot
2020-04-30 09:36:36 +02:00
parent 22613835e4
commit b01f55e0cb
4 changed files with 6 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ abstract class AdminController extends Controller
} catch (\Throwable $e) {
$httpConnection->send(str(new Response(401, [
'WWW-Authenticate' => 'Basic realm="Expose"'
], 'foo')));
])));
}
return false;
}