Skip to content

Instantly share code, notes, and snippets.

@cccaldas
Created August 31, 2012 20:18
Show Gist options
  • Save cccaldas/3558385 to your computer and use it in GitHub Desktop.
Save cccaldas/3558385 to your computer and use it in GitHub Desktop.
<?php
$file = file_get_contents($_GET["url"]);
header('Content-Type: image/jpeg');
echo $file;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment