영카트 XSS 취약점 수정

This commit is contained in:
thisgun
2020-02-13 17:43:26 +09:00
parent 43ce9d376b
commit 56647c1807
4 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ include_once('./_common.php');
check_admin_token();
if( isset($_POST['pp_name']) ){
$_POST['pp_name'] = strip_tags($_POST['pp_name']);
$_POST['pp_name'] = strip_tags(clean_xss_attributes($_POST['pp_name']));
}
if($w == 'd') {