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

.
ДоХтор
# Scorpion (21.03.2016 / 16:05)
ДоХтор, Я поставил так
$detect = new Mobile_Detect;
if($detect->isMobile() || $detect->isTablet()){
$URL = strip_tags($_SERVER['SERVER_NAME']);
$URL .= strip_tags($_SERVER['PHP_SELF']);
header(
$detect = new Mobile_Detect;
if($detect->isMobile() || $detect->isTablet()){
    $URL = strip_tags($_SERVER['PHP_SELF']);
    header('Location: http://m.site.ru'. $URL);
    exit;
}