From 75e72cd89586b7de07ff68760269df67440fc9a2 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 1 Aug 2016 09:32:52 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8C=8C=EC=9D=BC=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=ED=95=84=ED=84=B0=EB=A7=81=20=EC=BD=94=EB=93=9C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- g4_import_run.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/g4_import_run.php b/g4_import_run.php index aa8f8a214..28c949931 100644 --- a/g4_import_run.php +++ b/g4_import_run.php @@ -28,6 +28,8 @@ if(!$g4_config_file) alert('config.php 파일의 경로를 입력해 주십시오.'); +$g4_config_file = preg_replace('#/config.php$#i', '', $g4_config_file).'/config.php'; + if(!is_file($g4_config_file)) alert('입력하신 경로에 config.php 파일이 존재하지 않습니다.');