400) { $ksb_big = "Y"; }else{ $ksb_big = "N"; } //au携帯 }elseif(preg_match("/UP\.Browser|KDDI/",$user_agent)){ $termtype = "K"; //iPhone }elseif(preg_match("/iPhone/",$user_agent)){ $termtype = "S"; //iPad }elseif(preg_match("/iPad/",$user_agent)){ $termtype = "P"; //iPhone,iPod }elseif(preg_match("/iPad|iPod/",$user_agent)){ $termtype = "S"; //Android }elseif(preg_match("/Android/",$user_agent)){ //Android携帯 if(preg_match("/Mobile/",$user_agent)){ $termtype = "S"; }else{ $termtype = "P"; } //BlackBerry(Docomo),Windows Phone, }elseif(preg_match("/BlackBerry|Windows Phone|Windows CE|NetFront/",$user_agent)){ $termtype = "S"; //その他PCなど }else{ $termtype = "P"; } if ($termtype == "P"){ header("Location: ../"); } if ($termtype == "S"){ header("Location: http://www.mainichi-ikueikai.com/k/smart/"); } } ?>
|
|
|
|