KCB 휴대폰 본인확인을 KCB OKNAME 휴대폰 본인확인으로 변경

This commit is contained in:
chicpro
2013-08-21 17:43:36 +09:00
parent c284dbd772
commit d01bf67d56

View File

@ -620,7 +620,7 @@ $pg_anchor = '<ul class="anchor">
<td class="cf_cert_service"> <td class="cf_cert_service">
<select name="cf_cert_hp" id="cf_cert_hp"> <select name="cf_cert_hp" id="cf_cert_hp">
<?php echo option_selected("", $config['cf_cert_hp'], "사용안함"); ?> <?php echo option_selected("", $config['cf_cert_hp'], "사용안함"); ?>
<?php echo option_selected("kcb", $config['cf_cert_hp'], "KCB 휴대폰본인확인"); ?> <?php echo option_selected("kcb", $config['cf_cert_hp'], "KCB OKNAME 휴대폰본인확인"); ?>
<?php echo option_selected("kcp", $config['cf_cert_hp'], "KCP 휴대폰본인확인"); ?> <?php echo option_selected("kcp", $config['cf_cert_hp'], "KCP 휴대폰본인확인"); ?>
</select> </select>
</td> </td>