Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- if(!isset($_GET['pastebin_id'])) {
- @header('Location: http://pastebin.com/u/Kyl3');
- } else {
- @header('Location: http://pastebin.com/'.addslashes(strip_tags($_GET['pastebin_id'])));
- };
- ?>
Advertisement
Add Comment
Please, Sign In to add comment