php8.0 버전 호환 코드 적용 및 PHP 끝 태그 삭제 일괄적용

This commit is contained in:
thisgun
2021-01-04 15:33:29 +09:00
parent 10d377de7d
commit 582d1a01f4
852 changed files with 120617 additions and 6307 deletions

View File

@ -2,12 +2,14 @@
$sub_menu = "900300";
include_once("./_common.php");
auth_check($auth[$sub_menu], "w");
auth_check_menu($auth, $sub_menu, "w");
$list = $hps = array();
$overlap = 0;
$send_list = isset($_REQUEST['send_list']) ? clean_xss_tags($_REQUEST['send_list'], 1, 1) : '';
if( !$send_list ){
die("넘어온 데이터 값이 없습니다.");
}
@ -65,5 +67,4 @@ while ($row = array_shift($send_list))
if ($overlap)
die("중복되는 휴대폰번호가 $overlap 건 있습니다. ");
else
die("중복되는 휴대폰번호가 없습니다. ");
?>
die("중복되는 휴대폰번호가 없습니다. ");