From 1a713f72ddeb791de410a3970684b817d6f42890 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 5 Mar 2013 15:03:07 +0900 Subject: [PATCH 1/3] =?UTF-8?q?pc,=20mobile=20=EC=9D=84=20=EA=B0=80?= =?UTF-8?q?=EB=A6=AC=EA=B8=B0=20=EC=9C=84=ED=95=9C=20device=20=EB=B3=80?= =?UTF-8?q?=EC=88=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.php b/common.php index e3cce501b..762677a56 100644 --- a/common.php +++ b/common.php @@ -160,9 +160,9 @@ if (G4_HTTPS_DOMAIN) { // G4_MOBILE_AGENT : config.php 에서 선언 //------------------------------------------------------------------------------ $is_mobile = false; -if (isset($_REQUEST['pc'])) +if ($_REQUEST['device']=='pc') $is_mobile = false; -else if (isset($_REQUEST['mobile'])) +else if ($_REQUEST['device']=='mobile') $is_mobile = true; else if (isset($_SESSION['ss_is_mobile'])) $is_mobile = $_SESSION['ss_is_mobile']; From 5d4b15f395d912534b50be304d5e3d28c8b9147c Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 5 Mar 2013 15:03:54 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=A0=91?= =?UTF-8?q?=EC=86=8D=EC=9D=B8=20=EA=B2=BD=EC=9A=B0=20=ED=95=98=EB=8B=A8?= =?UTF-8?q?=EC=97=90=20PC=ED=99=94=EB=A9=B4,=20=EB=AA=A8=EB=B0=94=EC=9D=BC?= =?UTF-8?q?=ED=99=94=EB=A9=B4=20=EB=A7=81=ED=81=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/tail.php | 2 ++ tail.php | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/mobile/tail.php b/mobile/tail.php index 0a24c7033..048fa71fc 100644 --- a/mobile/tail.php +++ b/mobile/tail.php @@ -16,6 +16,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 +PC버전 + \ No newline at end of file diff --git a/tail.php b/tail.php index b017a15cc..b962dd53d 100644 --- a/tail.php +++ b/tail.php @@ -29,6 +29,10 @@ if ($config['cf_include_tail']) { + +모바일 버전으로 보기 + + \ No newline at end of file From bb4da22168c3509f3b5014384c8dc2e008fc2236 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 5 Mar 2013 15:06:48 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=88=98=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/auth_list.php | 2 +- adm/board_list.php | 2 +- adm/boardgroup_list.php | 2 +- adm/boardgroupmember_list.php | 2 +- adm/member_list.php | 2 +- adm/point_list.php | 2 +- adm/poll_list.php | 2 +- adm/popular_list.php | 2 +- adm/popular_rank.php | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/adm/auth_list.php b/adm/auth_list.php index dee71659c..ec8bde957 100644 --- a/adm/auth_list.php +++ b/adm/auth_list.php @@ -132,7 +132,7 @@ $colspan = 5; diff --git a/adm/board_list.php b/adm/board_list.php index 90de8126c..be986bb24 100644 --- a/adm/board_list.php +++ b/adm/board_list.php @@ -175,7 +175,7 @@ $colspan = 8; - +