Skip to content

Instantly share code, notes, and snippets.

@vraghuvaran
Created October 17, 2019 07:37
Show Gist options
  • Save vraghuvaran/afa49df10406b87a34dfb241ce1581d1 to your computer and use it in GitHub Desktop.
Save vraghuvaran/afa49df10406b87a34dfb241ce1581d1 to your computer and use it in GitHub Desktop.
<?php
$redirect_url=$_GET['url'];
header('Location: '.$redirect_url);
die();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment