We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5bf74 commit 03de7a3Copy full SHA for 03de7a3
App/Route.php
@@ -94,6 +94,7 @@ public static function run()
94
// If no route matches, return a 404 error
95
http_response_code(404);
96
include_once(__DIR__ . "/../routes/errors/404.html");
97
+ exit();
98
}
99
100
// Getters and setters for the private properties
0 commit comments