%PDF- %PDF-
Direktori : /home/nailstv/public_html/at.nails.tv/include/ |
Current File : /home/nailstv/public_html/at.nails.tv/include/Mobile.class.php |
<?php class Mobile { static $agent; function appleDevice() { self :: $agent = $_SERVER["HTTP_USER_AGENT"]; if(strpos(self :: $agent , "iPad") !== false ) { return true; } else if(strpos(self :: $agent , "iPhone") !== false ) { return true; } return false; } } ?>