Revert "fix: Drop unnecessary exit"

This reverts commit d2bf3613f6.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2024-10-30 18:11:44 +01:00
parent cb6840fea5
commit 3c3b7f9eda
No known key found for this signature in database
GPG key ID: 4A81C29F63464E8F

View file

@ -92,6 +92,7 @@ class ErrorPagePlugin extends ServerPlugin {
*/
public function sendResponse() {
$this->server->sapi->sendResponse($this->server->httpResponse);
exit();
}
private function acceptHtml(): bool {