영카트 다중 취약점 (18-062, 092, 101, 102) 수정

This commit is contained in:
thisgun
2018-03-13 10:56:07 +09:00
parent 2bfc3aae4e
commit 2920cc8147
6 changed files with 14 additions and 10 deletions

View File

@ -1,14 +1,16 @@
<?php
include_once('./_common.php');
if( isset($sfl) && ! in_array($sfl, array('b.it_name', 'a.it_id', 'a.iq_subject', 'a.iq_question', 'a.iq_name', 'a.mb_id')) ){
//다른값이 들어가있다면 초기화
$sfl = '';
}
if (G5_IS_MOBILE) {
include_once(G5_MSHOP_PATH.'/itemqalist.php');
return;
}
//$sfl = trim($_REQUEST['sfl']);
//$stx = trim($_REQUEST['stx']);
$g5['title'] = '상품문의';
include_once('./_head.php');