From 3d1cd02f27518f1a04374c7c8320cd5d82ede6e9 Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 23 Feb 2023 19:34:56 +0100 Subject: Updated 40 files, added 37 files, deleted 1103 files and renamed 3905 files (automated) --- includes/short.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/short.inc') 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 -- cgit