Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- //made by [email protected]
- //localhost/this.php?url=http://yoursite.com
- if(isset($_GET["url"])){
- header('Location:'.$_GET["url"]);
- exit;
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement