Skip to content

Instantly share code, notes, and snippets.

@gdoteof
Created September 24, 2013 23:06
Show Gist options
  • Save gdoteof/6692545 to your computer and use it in GitHub Desktop.
Save gdoteof/6692545 to your computer and use it in GitHub Desktop.
<?php
$zipfile = $_GET['zip'];
header('Content-Type: application/zip');
echo file_get_contents($zipfile);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment