Просмотр поста

.
wapsun

I use this function from: Detect Mobile Browsers - Mobile User Agent Detection

require_once('mobile_device_detect.php'); 
if(!mobile_device_detect()) 
{ 
echo 'You can access this page only with your mobile phone!'; 
exit(0); 
}

But I have a problem when I want to Hide a portion of the site.But All parts of it will disappear. Even end.php
Прикрепленные файлы: