<?
$adma_IE = strtolower($_SERVER[HTTP_USER_AGENT]);
if ((preg_match("/iphone/", $adma_IE)) || (preg_match("/android/", $adma_IE)) || (preg_match("/symbian/", $adma_IE)) || (preg_match("/ipad/", $adma_IE))) {
echo "<script language='Javascript'>location.replace('http://photofile.co.kr/m/post/list'); </script>";
exit;
}
?>