From fd46aefaddaec5335492116f8e65145c7257a6bc Mon Sep 17 00:00:00 2001 From: gnuboard Date: Fri, 13 Sep 2013 11:10:15 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B7=B8=EB=88=84=EB=B3=B4=EB=93=9C5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install_db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install_db.php b/install/install_db.php index 2dc903b5a..ce48c598f 100644 --- a/install/install_db.php +++ b/install/install_db.php @@ -7,8 +7,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단계 중 3단계 설치 완료"; include_once ('../config.php'); +$title = G5_VERSION." 설치 3단계 중 3단계 설치 완료"; include_once ('./install.inc.php'); //print_r($_POST); exit;