AlexaMP

SIMPLE SHORTLINK

Nov 1st, 2024
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. if(isset($_GET['goto'])){
  3. if(!empty($_GET['goto'])){
  4. echo "<script>window.location='".base64_decode($_GET['goto'])."'</script>";
  5. }
  6. }
  7. ?>
  8.  
Add Comment
Please, Sign In to add comment