[KVE-2019-1365]영카트XSS취약점 수정

This commit is contained in:
thisgun
2019-09-30 17:59:02 +09:00
parent 545efd6c2f
commit 928bf61853
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ include_once('./_common.php');
check_admin_token();
$od_shop_memo = strip_tags($od_shop_memo);
if($_POST['mod_type'] == 'info') {
$od_zip1 = substr($_POST['od_zip'], 0, 3);
$od_zip2 = substr($_POST['od_zip'], 3);