Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. if (!empty($_GET['encurtador']) {
  3.  
  4. if($_GET['encurtador'] == 1) { header("location:www.meusite.com/?utm_source=FONTE&utm_medium=MEDIUM&utm_campaign=CAMPANHA"); }
  5.  
  6. }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement