WIP Map Uploader
Successfully uploaded Map
!wip ' . $_GET["map"] . '
{ navigator.clipboard.writeText(\'!wip ' . $_GET["map"] . '\'); Swal.fire({ position: "top-end", icon: "success", title: "Copied to clipboard", showConfirmButton: false, timer: 1000 }) }>Copy
'; return; } // if the map parameter is not set, display the upload form echo '
Map
Upload
'; ?>