From 1ec3ad24ef3b5ed34a1387813a29e86439ae2e16 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 10 Mar 2014 10:30:08 +0900 Subject: [PATCH 01/29] =?UTF-8?q?=EB=B0=A9=EB=AC=B8=EC=9E=90=EC=88=98=20?= =?UTF-8?q?=ED=83=80=EC=9E=85=EB=B3=80=ED=99=98=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20-=20=EB=8D=94=EC=B9=B4=EC=9D=B4=EB=8B=98?= =?UTF-8?q?=20=EC=A0=9C=EB=B3=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/visit.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/visit.lib.php b/lib/visit.lib.php index d06ed1dd2..ed0677857 100644 --- a/lib/visit.lib.php +++ b/lib/visit.lib.php @@ -13,10 +13,10 @@ function visit($skin_dir='basic') // $visit[4] = 전체 // 숫자가 들어감 preg_match("/오늘:(.*),어제:(.*),최대:(.*),전체:(.*)/", $config['cf_visit'], $visit); - settype($visit[0], "integer"); settype($visit[1], "integer"); settype($visit[2], "integer"); settype($visit[3], "integer"); + settype($visit[4], "integer"); ob_start(); if(G5_IS_MOBILE) { From 1a70218a748b406234a086486356c1b738468005 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 11 Mar 2014 18:16:09 +0900 Subject: [PATCH 02/29] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20GNB=20java?= =?UTF-8?q?script=20off=20=EB=8C=80=EC=9D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/admin.head.php | 1 - css/admin.css | 31 ++++++++++++------------------- 2 files changed, 12 insertions(+), 20 deletions(-) diff --git a/adm/admin.head.php b/adm/admin.head.php index 7aef36884..b9ead96db 100644 --- a/adm/admin.head.php +++ b/adm/admin.head.php @@ -85,7 +85,6 @@ function imageview(id, w, h) diff --git a/mobile/head.php b/mobile/head.php index 01c70c8d4..d131d92dc 100644 --- a/mobile/head.php +++ b/mobile/head.php @@ -29,6 +29,84 @@ include_once(G5_LIB_PATH.'/popular.lib.php'); <?php echo $config['cf_title']; ?> + + + + +