Skip to content

Instantly share code, notes, and snippets.

@ety001
Created November 3, 2013 10:28
Show Gist options
  • Save ety001/7288758 to your computer and use it in GitHub Desktop.
Save ety001/7288758 to your computer and use it in GitHub Desktop.
<?php
$name = $_GET['name'];
header('Content-type:image/png');
echo file_get_contents('/home/ety001/Desktop/'.$name.'.png');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment