Skip to content

Instantly share code, notes, and snippets.

@quarkness
Created April 6, 2012 07:45
Show Gist options
  • Save quarkness/2317975 to your computer and use it in GitHub Desktop.
Save quarkness/2317975 to your computer and use it in GitHub Desktop.
Defacebookappalizer
<?php
if(isset($_POST['u'])) {
$p = parse_url($_POST['u']);
$v = parse_str($p['query']);
Header("Location: $redirect_uri");
}
?>
<form method=post><input name=u><submit></form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment