Skip to content

Commit 9e5bf74

Browse files
authored
fix
1 parent c1f4683 commit 9e5bf74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,12 @@
8080
set_error_handler(function () {
8181
http_response_code(500);
8282
include_once("routes/errors/500.php");
83+
exit();
8384
});
8485
set_exception_handler(function () {
8586
http_response_code(500);
8687
include_once("routes/errors/500.php");
88+
exit();
8789
});
8890
}
8991

0 commit comments

Comments
 (0)