From 33120a85c355c03dabf95fc76996dd438b9036dd Mon Sep 17 00:00:00 2001 From: thisgun Date: Wed, 28 Apr 2021 11:43:14 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B7=B8=EB=88=84=EB=B3=B4=EB=93=9C4=20import?= =?UTF-8?q?=20=ED=8C=8C=EC=9D=BC=EC=97=90=20=ED=85=8C=EB=A7=88=EB=A5=BC=20?= =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=97=AC=EB=B6=80=20=EC=A1=B0=EA=B1=B4=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20=EC=BD=94=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- g4_import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g4_import.php b/g4_import.php index 0bb6c23bd..437238e0b 100644 --- a/g4_import.php +++ b/g4_import.php @@ -4,7 +4,7 @@ include_once(G5_LIB_PATH.'/connect.lib.php'); include_once(G5_LIB_PATH.'/outlogin.lib.php'); $g5['title'] = '그누보드4 DB 데이터 이전'; -include_once(G5_PATH.'/'.G5_THEME_DIR.'/basic/head.sub.php'); +if((isset($config['cf_theme']) && $config['cf_theme'])) include_once(G5_PATH.'/'.G5_THEME_DIR.'/basic/head.sub.php'); if(get_session('tables_copied') == 'done') alert('DB 데이터 변환을 이미 실행하였습니다. 중복 실행시 오류가 발생할 수 있습니다.', G5_URL);