include("includes/conn.php"); if(!$detect->isMobile() && !$detect->isTablet() && is_ie()){ header("location: index-ie.php"); exit; } /* if($detect->isMobile() && !$_SESSION["mobile"]){ $_SESSION["mobile"]=true; header("location: contacto.php"); exit; } */ ?>