From ab2c38e8828a51ae56f5f2fc5a67d44913a9d6a0 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 6 Dec 2013 17:13:56 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=EC=9D=B8=EC=8A=A4=ED=86=A8=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20db=20=EC=84=A4=EC=A0=95=20=EC=8B=A4?= =?UTF-8?q?=ED=8C=A8=20=EA=B4=80=EB=A0=A8=20=EB=A7=88=ED=81=AC=EC=97=85=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install_db.php | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/install/install_db.php b/install/install_db.php index e78df7ba5..dd2c7b440 100644 --- a/install/install_db.php +++ b/install/install_db.php @@ -25,17 +25,29 @@ $admin_email = $_POST['admin_email']; $dblink = @mysql_connect($mysql_host, $mysql_user, $mysql_pass); if (!$dblink) { - echo ''.PHP_EOL; - echo '
MySQL Host, User, Password 를 확인해 주십시오.
'.PHP_EOL; - echo '
뒤로가기
'.PHP_EOL; +?> + +
+

MySQL Host, User, Password 를 확인해 주십시오.

+ +
+ +'.PHP_EOL; - echo '
MySQL DB 를 확인해 주십시오.
'.PHP_EOL; - echo '
뒤로가기
'.PHP_EOL; +?> + +
+

MySQL DB 를 확인해 주십시오.

+ +
+ + Date: Fri, 6 Dec 2013 17:39:06 +0900 Subject: [PATCH 2/5] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EB=A1=9C?= =?UTF-8?q?=EA=B3=A0=20alt=20=ED=99=88=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=ED=83=80=EC=9D=B4=ED=8B=80=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- head.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/head.php b/head.php index 334a2fa83..c90509b42 100644 --- a/head.php +++ b/head.php @@ -32,7 +32,7 @@ if ($config['cf_include_head']) {
From ab26411136ad6c31093c567d2454397d867534ab Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 9 Dec 2013 09:01:41 +0900 Subject: [PATCH 3/5] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=20=EC=B6=94=EA=B0=80/=EC=88=98=EC=A0=95?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EC=9D=BC=EB=B6=80=20=ED=81=B4=EB=9E=98?= =?UTF-8?q?=EC=8A=A4=EB=AA=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/board_form.php | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/adm/board_form.php b/adm/board_form.php index 4223285ce..485fa9a2d 100644 --- a/adm/board_form.php +++ b/adm/board_form.php @@ -535,7 +535,7 @@ $pg_anchor = '
    > 사용 - + @@ -548,7 +548,7 @@ $pg_anchor = '
      > 사용 - + @@ -562,7 +562,7 @@ $pg_anchor = '
        > 사용 (사용시 속도가 느려질 수 있습니다.) - + @@ -576,7 +576,7 @@ $pg_anchor = '
          > 사용 (사용시 속도가 느려질 수 있습니다.) - + @@ -589,7 +589,7 @@ $pg_anchor = '
            > 사용 - + @@ -602,7 +602,7 @@ $pg_anchor = '
              > 사용 - + @@ -625,7 +625,7 @@ $pg_anchor = '
                ?> - + @@ -638,7 +638,7 @@ $pg_anchor = '
                  - + @@ -657,7 +657,7 @@ $pg_anchor = '
                    업로드 파일 한개당 bytes 이하 - + @@ -669,7 +669,7 @@ $pg_anchor = '
                      >사용 - + @@ -682,7 +682,7 @@ $pg_anchor = '
                        - + @@ -695,7 +695,7 @@ $pg_anchor = '
                          - + @@ -708,7 +708,7 @@ $pg_anchor = '
                            - + @@ -721,7 +721,7 @@ $pg_anchor = '
                              - + @@ -735,7 +735,7 @@ $pg_anchor = '
                                > 사용 - + @@ -748,7 +748,7 @@ $pg_anchor = '
                                  > 사용 - + @@ -762,7 +762,7 @@ $pg_anchor = '
                                    > 사용 - + @@ -775,7 +775,7 @@ $pg_anchor = '
                                      - + From 14fe0a4e03281c9ee097bb53b84efcba81975e89 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 9 Dec 2013 09:02:24 +0900 Subject: [PATCH 4/5] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=ED=8C=8C=EC=9D=BC=EC=82=AC=EC=9A=A9=20=EC=A0=84?= =?UTF-8?q?=EC=B2=B4=EC=A0=81=EC=9A=A9=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/board_form_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/board_form_update.php b/adm/board_form_update.php index bcb674469..99ff23265 100644 --- a/adm/board_form_update.php +++ b/adm/board_form_update.php @@ -337,7 +337,7 @@ if (is_checked('chk_all_use_name')) $all_fields .= " , bo_use_name = if (is_checked('chk_all_use_signature')) $all_fields .= " , bo_use_signature = '{$bo_use_signature}' "; if (is_checked('chk_all_use_ip_view')) $all_fields .= " , bo_use_ip_view = '{$bo_use_ip_view}' "; if (is_checked('chk_all_use_list_view')) $all_fields .= " , bo_use_list_view = '{$bo_use_list_view}' "; -if (is_checked('chk_all_use_list_file')) $all_fields .= " , bo_use_list_view = '{$bo_use_list_file}' "; +if (is_checked('chk_all_use_list_file')) $all_fields .= " , bo_use_list_file = '{$bo_use_list_file}' "; if (is_checked('chk_all_use_list_content')) $all_fields .= " , bo_use_list_content = '{$bo_use_list_content}' "; if (is_checked('chk_all_use_email')) $all_fields .= " , bo_use_email = '{$bo_use_email}' "; if (is_checked('chk_all_use_cert')) $all_fields .= " , bo_use_cert = '{$bo_use_cert}' "; From 206cff9d340a0aaa72f10cdb952e179f72e87ab2 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 9 Dec 2013 09:07:12 +0900 Subject: [PATCH 5/5] =?UTF-8?q?=EC=84=A4=EC=B9=98=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install.inc.php | 10 ++++++---- install/install_config.php | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/install/install.inc.php b/install/install.inc.php index 90165216f..13977884d 100644 --- a/install/install.inc.php +++ b/install/install.inc.php @@ -18,13 +18,13 @@ if (!$title) $title = G5_VERSION." 설치"; INSTALLATION
-

- +

프로그램이 이미 설치되어 있습니다.

+

프로그램이 이미 설치되어 있습니다.
새로 설치하시려면 다음 파일을 삭제 하신 후 새로고침 하십시오.