diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-20 16:44:17 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-20 16:44:17 +0500 |
| commit | 4add65a71cbf5993ddc298511f46e701d2de091f (patch) | |
| tree | cb22ef7e84df8d5d11b46accad7271ad267fe679 /public/emotes | |
| parent | 5fc857449011f76ed7677aad40576790310d23e1 (diff) | |
feat: 404 page
Diffstat (limited to 'public/emotes')
| -rw-r--r-- | public/emotes/index.php | 2 |
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; } |
