done
This commit is contained in:
@ -40,4 +40,6 @@ if (!move_uploaded_file($file, $target_file)) {
|
||||
echo "There was an error uploading the file";
|
||||
die();
|
||||
}
|
||||
echo "The file https://wip.fascinated.cc/maps/" . $mapId . ".zip has been uploaded.";
|
||||
|
||||
// redirect to /?map=https://wip.fascinated.cc/maps/" . $mapId . ".zip
|
||||
header("Location: /?map=https://wip.fascinated.cc/maps/" . $mapId . ".zip");
|
||||
|
Reference in New Issue
Block a user