mirror of
https://github.com/daledavies/jump.git
synced 2026-05-07 08:56:40 +02:00
Improve error handling and add detailed debugging option
This commit is contained in:
@@ -24,7 +24,6 @@ class ErrorPage {
|
||||
'message' => $message,
|
||||
'wwwurl' => $config->get_wwwurl(),
|
||||
]);
|
||||
http_response_code($httpcode);
|
||||
die($content);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user