From 4830746aff68d0ccec7c34abab55b4260e67b95a Mon Sep 17 00:00:00 2001 From: gnuboard Date: Fri, 18 Jan 2013 10:08:29 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20false=20=EB=A1=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index 6b7f4886d..94af99ba3 100644 --- a/common.php +++ b/common.php @@ -239,7 +239,7 @@ else // 그렇지 않다면 브라우저의 HTTP_USER_AGENT 에 따라 모바일 결정 // G4_MOBILE_AGENT : config.php 에서 선언 //------------------------------------------------------------------------------ -$is_mobile = true; +$is_mobile = false; if (get_cookie('is_mobile')) { $is_mobile = true; } else if (preg_match('/'.G4_MOBILE_AGENT.'/i', $_SERVER['HTTP_USER_AGENT'])) {