summaryrefslogtreecommitdiff
path: root/public/emotes/upload.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/emotes/upload.php')
-rw-r--r--public/emotes/upload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/emotes/upload.php b/public/emotes/upload.php
index ad581ca..44d9161 100644
--- a/public/emotes/upload.php
+++ b/public/emotes/upload.php
@@ -127,7 +127,7 @@ if (isset($_SERVER["HTTP_ACCEPT"]) && $_SERVER["HTTP_ACCEPT"] == "application/js
exit;
}
-header("Location: /emotes/$id", true, 307);
+header("Location: /emotes?id=$id", true, 307);
function echo_upload_page()
{