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

.
wapsun

I use this function from: Detect Mobile Browsers - Mobile User Agent Detection
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

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

If you know anything about this help me.
Прикрепленные файлы: