wapsun, require_once('mobile_device_detect.php');
if(!mobile_device_detect())
{
echo 'You can access this page only with your mobile phone!';
require_once ($rootpath.'incfiles/end.php');
exit;
} wapsun, require_once('mobile_device_detect.php');
if(!mobile_device_detect())
{
echo 'You can access this page only with your mobile phone!';
require_once ($rootpath.'incfiles/end.php');
exit;
}