From 3929b9a0c2507760fefa67e42db5cf7b08c79a2c Mon Sep 17 00:00:00 2001 From: ngleader Date: Wed, 29 Sep 2010 02:48:40 +0000 Subject: [PATCH] =?UTF-8?q?#19160983=20=EC=8B=AC=EB=B9=84=EC=95=88OS?= =?UTF-8?q?=EC=97=90=20=EB=8C=80=ED=95=9C=20=EB=AA=A8=EB=B0=94=EC=9D=BC?= =?UTF-8?q?=EB=B7=B0=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7734 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/mobile/Mobile.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/mobile/Mobile.class.php b/classes/mobile/Mobile.class.php index 07968047d..eef9d43e7 100644 --- a/classes/mobile/Mobile.class.php +++ b/classes/mobile/Mobile.class.php @@ -34,7 +34,7 @@ class Mobile { } else if($_COOKIE["mobile"]) $this->ismobile = true; else { - if(preg_match('/(iPod|iPhone|Android|BlackBerry|SCH\-M[0-9]+)/',$_SERVER['HTTP_USER_AGENT'])) + if(preg_match('/(iPod|iPhone|Android|BlackBerry|SymbianOS|SCH\-M[0-9]+)/',$_SERVER['HTTP_USER_AGENT'])) { setcookie("mobile", true); $this->ismobile = true;