From 4add65a71cbf5993ddc298511f46e701d2de091f Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 20 Apr 2025 16:44:17 +0500 Subject: feat: 404 page --- public/emotes/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/emotes') diff --git a/public/emotes/index.php b/public/emotes/index.php index b981a26..ea47834 100644 --- a/public/emotes/index.php +++ b/public/emotes/index.php @@ -50,7 +50,7 @@ function display_emote(int $id) } if ($emote == null) { - echo "not found"; + header("Location: /404.php"); exit; } -- cgit v1.2.3