We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d32b5b commit 0d34950Copy full SHA for 0d34950
1 file changed
app/inc/router.php
@@ -18,6 +18,7 @@
18
// Log any other case of URL not parsable that we don't know of yet.
19
if ($url === false) {
20
error_log('app/inc/router.php: ' . $_SERVER['REQUEST_URI'] . ' is not parsable.');
21
+ $url['path'] = '404';
22
}
23
24
$file = pathinfo($url['path']);
0 commit comments