diff options
Diffstat (limited to 'public/emotes/index.php')
| -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; } |
