diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..596615322
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+.gitattributes export-ignore
+.gitignore export-ignore
diff --git a/adm/config_form.php b/adm/config_form.php
index aaec76ca8..a7401dc2c 100644
--- a/adm/config_form.php
+++ b/adm/config_form.php
@@ -264,72 +264,72 @@ if ($config['cf_icode_id'] && $config['cf_icode_pw']) {
|
- 점
+ 점
|
|
- 점
+ 점
|
|
- 자리만 표시
+ 자리만 표시
|
|
- 수정하면 일 동안 바꿀 수 없음 |
+ 수정하면 일 동안 바꿀 수 없음 |
|
- 수정하면 일 동안 바꿀 수 없음 |
+ 수정하면 일 동안 바꿀 수 없음 |
|
- 일
+ 일
|
|
- 일
+ 일
|
|
- 일
+ 일
|
|
- 일
+ 일
|
|
- 분
+ 분
|
|
- 라인
+ 라인
|
|
- 라인
+ 라인
|
|
- 라인
+ 라인
|
@@ -1085,21 +1085,21 @@ if ($config['cf_icode_id'] && $config['cf_icode_pw']) {
|
-
+ 초기화면 파일은 index.php 파일과 동일한 위치에 존재해야 합니다.') ?>
|
|
-
+ 상단 파일은 head.php 파일과 동일한 위치에 존재해야 합니다.') ?>
|
|
-
+ 초기화면 파일은 tail.php 파일과 동일한 위치에 존재해야 합니다.') ?>
|
diff --git a/adm/config_form_update.php b/adm/config_form_update.php
index 33e49d1a4..c82dbd28b 100644
--- a/adm/config_form_update.php
+++ b/adm/config_form_update.php
@@ -19,6 +19,11 @@ check_token();
if($_POST['cf_cert_use'] && !$_POST['cf_cert_ipin'] && !$_POST['cf_cert_hp'])
alert('본인확인을 위해 아이핀 또는 휴대폰 본인학인 서비스를 하나이상 선택해 주십시오');
+if(!$_POST['cf_cert_use']) {
+ $_POST['cf_cert_ipin'] = '';
+ $_POST['cf_cert_hp'] = '';
+}
+
$sql = " update {$g5['config_table']}
set cf_title = '{$_POST['cf_title']}',
cf_admin = '{$_POST['cf_admin']}',
diff --git a/adm/sms_admin/ajax.sms_write_person.php b/adm/sms_admin/ajax.sms_write_person.php
index d30820d19..98eba4a5a 100644
--- a/adm/sms_admin/ajax.sms_write_person.php
+++ b/adm/sms_admin/ajax.sms_write_person.php
@@ -134,7 +134,6 @@ while ($res = sql_fetch_array($qry)) array_push($group, $res);