diff options
Diffstat (limited to 'includes/short.inc')
-rw-r--r-- | includes/short.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/short.inc b/includes/short.inc index dda38d0..1c4760c 100644 --- a/includes/short.inc +++ b/includes/short.inc @@ -48,8 +48,8 @@ if (in_array($toplevel, array_keys($list)) && $list[$toplevel]) { if ($toplevel !== "unknown") { header("Location: " . $list[$toplevel]); } else { - header("Location: /?error=" . $lang["app"]["page"] . " " . strip_tags($toplevel)) and die(); + peh_error("Page not found: " . strip_tags($toplevel), 404); } } else { - header("Location: /?error=" . $lang["app"]["page"] . " " . strip_tags($toplevel)) and die(); + peh_error("Page not found: " . strip_tags($toplevel), 404); }
\ No newline at end of file |