From 367a210996a12891b98a71a7a88c0f7f97a51793 Mon Sep 17 00:00:00 2001 From: thisgun Date: Wed, 14 Jun 2017 15:48:22 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=EC=97=90=EC=84=9C?= =?UTF-8?q?=20=ED=8A=B9=EC=88=98=EB=AC=B8=EC=9E=90=20=EC=9D=BC=EB=B6=80=20?= =?UTF-8?q?=EC=9E=85=EB=A0=A5=EC=8B=9C=20=EC=BA=90=EC=89=AC=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EC=83=9D=EC=84=B1=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/board_copy_update.php | 2 ++ lib/latest.lib.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/adm/board_copy_update.php b/adm/board_copy_update.php index 95df487a4..fede12b88 100644 --- a/adm/board_copy_update.php +++ b/adm/board_copy_update.php @@ -2,6 +2,8 @@ $sub_menu = '300100'; include_once('./_common.php'); +check_demo(); + auth_check($auth[$sub_menu], 'w'); check_admin_token(); diff --git a/lib/latest.lib.php b/lib/latest.lib.php index 9e9372774..55dd826db 100644 --- a/lib/latest.lib.php +++ b/lib/latest.lib.php @@ -66,7 +66,7 @@ function latest($skin_dir='', $bo_table, $rows=10, $subject_len=40, $cache_time= if($cache_fwrite) { $handle = fopen($cache_file, 'w'); - $cache_content = ""; + $cache_content = ""; fwrite($handle, $cache_content); fclose($handle); }