summaryrefslogtreecommitdiff
path: root/public/emotes
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-20 16:44:17 +0500
committerilotterytea <iltsu@alright.party>2025-04-20 16:44:17 +0500
commit4add65a71cbf5993ddc298511f46e701d2de091f (patch)
treecb22ef7e84df8d5d11b46accad7271ad267fe679 /public/emotes
parent5fc857449011f76ed7677aad40576790310d23e1 (diff)
feat: 404 page
Diffstat (limited to 'public/emotes')
-rw-r--r--public/emotes/index.php2
1 files changed, 1 insertions, 1 deletions
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;
}