summaryrefslogtreecommitdiff
path: root/public/emotes/upload.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-22 13:15:31 +0500
committerilotterytea <iltsu@alright.party>2025-04-22 13:15:31 +0500
commit460d12ab7bb93daa6b03300fefdfccefb6d32d01 (patch)
tree9255b1a75f9cf31b4b6b87bcb1268a0b80df74fe /public/emotes/upload.php
parentbb05b244f95bb6f507c9e825efd4da4d3d93662b (diff)
upd: combined single_page and multiple_page into one + updated emote url
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()
{