KVE-2018-0300,0331,0356,0358,0370 취약점 수정

This commit is contained in:
thisgun
2018-05-21 20:32:09 +09:00
parent c0fcd3a1ed
commit 980e65361c
4 changed files with 9 additions and 4 deletions

View File

@ -13,6 +13,8 @@ $g5['title'] = "휴대폰번호 관리";
if ($page < 1) $page = 1;
$bg_no = isset($bg_no) ? (int) $bg_no : 0;
if (is_numeric($bg_no))
$sql_group = " and bg_no='$bg_no' ";
else