설치: 그누보드4S 를 그누보드4s 로 수정

This commit is contained in:
whitedot
2013-03-08 10:15:16 +09:00
parent 03c40ba3ff
commit 721883abb2
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<? <?
$title = "그누보드4S 설치 3단계 중 1단계 라이센스 확인"; $title = "그누보드4s 설치 3단계 중 1단계 라이센스 확인";
include_once ('../config.php'); include_once ('../config.php');
include_once ('./install.inc.php'); include_once ('./install.inc.php');
?> ?>

View File

@ -2,7 +2,7 @@
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
$data_path = '../'.G4_DATA_DIR; $data_path = '../'.G4_DATA_DIR;
if (!$title) $title = "그누보드4S 설치"; if (!$title) $title = "그누보드4s 설치";
?> ?>
<!doctype html> <!doctype html>

View File

@ -1,5 +1,5 @@
<? <?
$title = "그누보드4S 설치 3단계 중 2단계 설정"; $title = "그누보드4s 설치 3단계 중 2단계 설정";
include_once ('../config.php'); include_once ('../config.php');
include_once ('./install.inc.php'); include_once ('./install.inc.php');
@ -103,7 +103,7 @@ if ($_POST['agree'] != '동의함') {
</div> </div>
<p class="outside"> <p class="outside">
<strong class="st_strong">주의! 이미 그누보드4S가 존재한다면 DB 자료가 망실되므로 주의하십시오.</strong><br> <strong class="st_strong">주의! 이미 그누보드4s가 존재한다면 DB 자료가 망실되므로 주의하십시오.</strong><br>
주의사항을 이해하고, 새로 설치하시려면 다음을 눌러 설치를 계속하십시오. 주의사항을 이해하고, 새로 설치하시려면 다음을 눌러 설치를 계속하십시오.
</p> </p>

View File

@ -43,7 +43,7 @@ if (!$select_db) {
} }
?> ?>
<h2>그누보드4S 설치가 시작되었습니다.</h2> <h2>그누보드4s 설치가 시작되었습니다.</h2>
<ol> <ol>
<? <?
@ -226,7 +226,7 @@ fclose($f);
?> ?>
</ol> </ol>
<p class="st_strong">축하합니다. 그누보드4S 설치가 완료되었습니다.</p> <p class="st_strong">축하합니다. 그누보드4s 설치가 완료되었습니다.</p>
<h2>환경설정 변경은 다음의 과정을 따르십시오.</h2> <h2>환경설정 변경은 다음의 과정을 따르십시오.</h2>