공통: 용어 일반화, 패스워드 -> 비밀번호, 로빈아빠(xhost)님 건의

This commit is contained in:
whitedot
2014-01-20 10:11:57 +09:00
parent 1880993ea1
commit fcff17b71e
2 changed files with 3 additions and 3 deletions

View File

@ -1063,9 +1063,9 @@ function byte_check(el_cont, el_byte)
</td>
</tr>
<tr>
<th scope="row"><label for="cf_icode_pw">아이코드 패스워드</label></th>
<th scope="row"><label for="cf_icode_pw">아이코드 비밀번호</label></th>
<td>
<?php echo help("아이코드에서 사용하시는 패스워드를 입력합니다."); ?>
<?php echo help("아이코드에서 사용하시는 비밀번호를 입력합니다."); ?>
<input type="password" name="cf_icode_pw" value="<?php echo $config['cf_icode_pw']; ?>" class="frm_input" id="cf_icode_pw">
</td>
</tr>

View File

@ -66,7 +66,7 @@ else if ($w == "u")
$sql = " select is_password from {$g5['g5_shop_item_use_table']} where is_id = '$is_id' ";
$row = sql_fetch($sql);
if ($row['is_password'] != $is_password)
alert("패스워드가 틀리므로 수정하실 수 없습니다.");
alert("비밀번호가 틀리므로 수정하실 수 없습니다.");
$sql = " update {$g5['g5_shop_item_use_table']}
set is_subject = '$is_subject',