Skip to content

Commit

Permalink
class 중간에 잘못 입력된 "(쌍따옴표) 한개 제거 (해피정님,210610)
Browse files Browse the repository at this point in the history
  • Loading branch information
kagla committed Jun 17, 2021
1 parent 3da6e9f commit 8ea99dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adm/shop_admin/configform.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
) ENGINE=MyISAM DEFAULT CHARSET=utf8; ", false);
}



// 현금영수증 발급 조건 추가
if(!isset($default['de_taxsave_types'])) {
sql_query(" ALTER TABLE `{$g5['g5_shop_default_table']}`
Expand Down Expand Up @@ -1602,7 +1602,7 @@ function byte_check(el_cont, el_byte)
<input type="password" name="cf_icode_pw" value="<?php echo get_sanitize_input($config['cf_icode_pw']); ?>" class="frm_input" id="cf_icode_pw">
</td>
</tr>
<tr class="icode_old_version" <?php if(!(isset($userinfo['payment']) && $userinfo['payment'])){ echo 'cf_tr_hide'; } ?>">
<tr class="icode_old_version <?php if(!(isset($userinfo['payment']) && $userinfo['payment'])){ echo 'cf_tr_hide'; } ?>">
<th scope="row">요금제<br>(구버전)</th>
<td>
<input type="hidden" name="cf_icode_server_ip" value="<?php echo get_sanitize_input($config['cf_icode_server_ip']); ?>">
Expand Down

0 comments on commit 8ea99dd

Please sign in to comment.