From 5d332663d690c4283a4fa5a0d18addab222bfabe Mon Sep 17 00:00:00 2001 From: gnuboard Date: Fri, 13 Sep 2013 14:30:09 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=EC=88=98=20=EB=AF=B8=EC=84=A0?= =?UTF-8?q?=EC=96=B8=EC=9C=BC=EB=A1=9C=20=EC=9D=B8=ED=95=9C=20notice=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install_config.php b/install/install_config.php index df45a2dd5..e19a24068 100644 --- a/install/install_config.php +++ b/install/install_config.php @@ -6,8 +6,8 @@ header('Cache-Control: no-store, no-cache, must-revalidate'); // HTTP/1.1 header('Cache-Control: pre-check=0, post-check=0, max-age=0'); // HTTP/1.1 header('Pragma: no-cache'); // HTTP/1.0 -$title = G5_VERSION." 설치 3단계 중 2단계 설정"; include_once ('../config.php'); +$title = G5_VERSION." 설치 3단계 중 2단계 설정"; include_once ('./install.inc.php'); if (isset($_POST['agree']) && $_POST['agree'] != '동의함') {