// 앱 여부 구분 변수
$agent = strtolower($_SERVER['HTTP_USER_AGENT']);
if(stristr($agent, "android") && stristr($agent, "wv")){
$is_app = true;
}else{
$is_app = false;
}
if(!$is_app){
?>
}?>
// 앱 여부 구분 변수
$agent = strtolower($_SERVER['HTTP_USER_AGENT']);
if(stristr($agent, "android") && stristr($agent, "wv")){
$is_chk = true;
}else{
$is_chk = false;
}
if(!$is_chk){
?>
}?>