XSS 취약점(16-320) 수정

This commit is contained in:
chicpro
2016-05-02 10:57:08 +09:00
parent d73bd89d1c
commit 23b996d9f8
3 changed files with 5 additions and 5 deletions

View File

@ -145,7 +145,7 @@ if($od['od_pg'] == 'lg') {
</tr>
<?php } ?>
<tr>
<td headers="th_itopt"><?php echo $opt['ct_option']; ?></td>
<td headers="th_itopt"><?php echo get_text($opt['ct_option']); ?></td>
<td headers="th_itqty" class="td_mngsmall"><?php echo number_format($opt['ct_qty']); ?></td>
<td headers="th_itprice" class="td_numbig"><?php echo number_format($opt_price); ?></td>
<td headers="th_itsum" class="td_numbig"><?php echo number_format($sell_price); ?></td>