SMS관리에서 휴대폰번호 그룹이 추가되지 않는 오류 수정

This commit is contained in:
thisgun
2021-04-27 11:26:56 +09:00
parent 4a2e4208ed
commit 546e2586be

View File

@ -65,7 +65,7 @@ else if ($w == 'em') // 비우기
} }
else // 등록 else // 등록
{ {
$bg_name = isset($_POST['bg_name']) ? strip_tags(clean_xss_attributes($_POST['bg_name'])) : ''; $bg_name = isset($_REQUEST['bg_name']) ? strip_tags(clean_xss_attributes($_REQUEST['bg_name'])) : '';
if (!strlen(trim($bg_name))) if (!strlen(trim($bg_name)))
alert('그룹명을 입력해주세요'); alert('그룹명을 입력해주세요');