통합인증 관리자 설정 - MID 입력 수정

This commit is contained in:
seeoya
2021-09-10 14:15:18 +09:00
parent f2f8c01293
commit eeff1e7181
2 changed files with 5 additions and 4 deletions

View File

@ -874,10 +874,11 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) {
<th scope="row" class="cf_cert_service"><label for="cf_cert_kg_cd">KG이니시스 통합인증</label></th>
<!-- #TODO -->
<td class="cf_cert_service">
<span class="sitecode">MID</span>
<input type="text" name="cf_cert_kg_cd" value="<?php echo get_sanitize_input($config['cf_cert_kg_cd']); ?>" id="cf_cert_kg_cd" class="frm_input" size="20" minlength="10" maxlength="10"><br>
<span class="sitecode title">MID</span>
<span class="sitecode">SRA</span>
<input type="text" name="cf_cert_kg_cd" value="<?php echo get_sanitize_input($config['cf_cert_kg_cd']); ?>" id="cf_cert_kg_cd" class="frm_input" size="20" minlength="7" maxlength="7"><br>
<br>
<span class="sitecode">API Key</span>
<span class="sitecode title">API Key</span>
<input type="text" name="cf_cert_kg_mid" value="<?php echo get_sanitize_input($config['cf_cert_kg_mid']); ?>" id="cf_cert_kg_mid" class="frm_input" size="40">
</td>
</tr>