[KVE-2019-1424]영카트 Stored XSS 취약점 수정
This commit is contained in:
@ -4,6 +4,10 @@ include_once('./_common.php');
|
||||
|
||||
check_admin_token();
|
||||
|
||||
if( isset($_POST['pp_name']) ){
|
||||
$_POST['pp_name'] = strip_tags($_POST['pp_name']);
|
||||
}
|
||||
|
||||
if($w == 'd') {
|
||||
auth_check($auth[$sub_menu], 'd');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user