php8.0 버전 호환 코드 적용 및 PHP 끝 태그 삭제 일괄적용
This commit is contained in:
@ -10,7 +10,7 @@ if( !function_exists('json_encode') ) {
|
||||
}
|
||||
}
|
||||
|
||||
ajax_auth_check($auth[$sub_menu], "r");
|
||||
ajax_auth_check_menu($auth, $sub_menu, "r");
|
||||
|
||||
$lev = array();
|
||||
|
||||
@ -26,6 +26,7 @@ while ($row = sql_fetch_array($qry))
|
||||
$lev[$row['mb_level']] = $row['cnt'];
|
||||
}
|
||||
$str_json = array();
|
||||
$line = 0;
|
||||
$tmp_str = '';
|
||||
$tmp_str .= '
|
||||
<div class="tbl_head01 tbl_wrap">
|
||||
@ -53,5 +54,4 @@ $tmp_str .= '
|
||||
</div>';
|
||||
|
||||
$str_json['html'] = $tmp_str;
|
||||
echo json_encode($str_json);
|
||||
?>
|
||||
echo json_encode($str_json);
|
||||
Reference in New Issue
Block a user