Skip to content

Instantly share code, notes, and snippets.

@YuraSk
YuraSk / toor
Last active July 17, 2017 20:42 — forked from anonymous/toor
<?php
$link = '';
if(isset($_GET['id']) && isset($_GET['za'])) {
$id = htmlentities($_GET['id']);
$za = htmlentities($_GET['za']);
$link = "<a href='https://minotar.net/skin/$za.png' download='$za.png'>Download</a>";
}
?>
<!doctype html>