Skip to content

Instantly share code, notes, and snippets.

/toor

Created July 17, 2017 20:21
Show Gist options
  • Save anonymous/cb43f8b180167fa806f4dbe565143f87 to your computer and use it in GitHub Desktop.
Save anonymous/cb43f8b180167fa806f4dbe565143f87 to your computer and use it in GitHub Desktop.
<?php
if(isset($_get['id'])) {
echo '<a href="https://minotar.net/skin/'.$_get['za'].'.png" download="'.$_get['za'].'.png">Download</a>';
}
?>
<input type="text" id="za" name="za"/>
<input type="submit" id="id" name="id"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment