How I entering those computer site I'd visit ends
Example: wapking.com/
Example: wapking.com/
require_once('mobile_device_detect.php');
if(!mobile_device_detect())
{
echo 'You can access this page only with your mobile phone!';
exit(0);
}
require_once('mobile_device_detect.php');
if(!mobile_device_detect())
{
echo 'You can access this page only with your mobile phone!';
exit(0);
}
Comment