Improve error handling and add detailed debugging option

This commit is contained in:
Dale Davies
2023-04-11 22:47:02 +01:00
parent d5467bf436
commit 345aced953
8 changed files with 171 additions and 9 deletions

View File

@@ -24,7 +24,6 @@ class ErrorPage {
'message' => $message,
'wwwurl' => $config->get_wwwurl(),
]);
http_response_code($httpcode);
die($content);
}
}