Skip to content

Instantly share code, notes, and snippets.

@anunay
Created June 3, 2013 10:21
Show Gist options
  • Save anunay/5697310 to your computer and use it in GitHub Desktop.
Save anunay/5697310 to your computer and use it in GitHub Desktop.
RedirectScript.php
<?php
/*Optional Paramter SKIPTO to redirect to some other upsell page */
if(isset($_REQUEST['skip']) && @$_REQUEST['skip'] == "true" ){
header("Location: " . $skipto);
exit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment