This commit is contained in:
Marcel Pociot
2021-06-02 12:05:44 +02:00
parent 01843173bc
commit 078a656a21

View File

@@ -27,6 +27,8 @@ abstract class AdminController extends Controller
$httpConnection->send(Message::toString(new Response(401, [
'WWW-Authenticate' => 'Basic realm="Expose"',
])));
$httpConnection->close();
}
return false;