From fc6368d1d570292588728d96896a98b6acad3931 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Fri, 15 Feb 2013 13:36:37 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B7=B8=EB=88=84=EB=B3=B4=EB=93=9C4S=20?= =?UTF-8?q?=EC=84=A4=EC=B9=98=ED=95=98=EA=B8=B0=20=EB=AC=B8=EA=B5=AC=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index e981d9d1b..9b4fcaec3 100644 --- a/common.php +++ b/common.php @@ -106,7 +106,7 @@ if (file_exists($dbconfig_file)) { } else { echo ""; echo "

$dbconfig_file 파일을 찾을 수 없습니다.
프로그램 설치 후 실행하시기 바랍니다.

"; - echo '설치하기'; + echo '그누보드4S 설치하기'; exit; } //==============================================================================