From 21909a8feb501fc4945bf4d6ceab6bdb45536dc5 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Fri, 15 Mar 2013 13:39:31 +0900 Subject: [PATCH] =?UTF-8?q?title=20=EB=B3=80=EC=88=98=20=EC=84=A0=EC=96=B8?= =?UTF-8?q?=20=EC=97=86=EC=9D=B4=20=EC=82=AC=EC=9A=A9=EC=8B=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_db.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/install_db.php b/install/install_db.php index e10f74406..48bc03931 100644 --- a/install/install_db.php +++ b/install/install_db.php @@ -7,6 +7,7 @@ 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 = "그누보드4s 설치 3단계 중 3단계 설치 완료"; include_once ('../config.php'); include_once ('./install.inc.php');