영카트 Reflected XSS 취약점(17-560) 수정

This commit is contained in:
thisgun
2017-09-20 20:07:11 +09:00
parent 25d280b06d
commit 6ea332445f
4 changed files with 11 additions and 0 deletions

View File

@ -4,6 +4,9 @@ include_once('./_common.php');
auth_check($auth[$sub_menu], "r");
$fr_year = preg_replace('/[^0-9]/i', '', $fr_year);
$to_year = preg_replace('/[^0-9]/i', '', $to_year);
$g5['title'] = $fr_year.' ~ '.$to_year.' 연간 매출현황';
include_once (G5_ADMIN_PATH.'/admin.head.php');