php8.0 버전에서 경고메시지 나오는 코드 추가 수정
This commit is contained in:
@ -9,6 +9,8 @@ if (!($token && $delete_token == $token))
|
||||
|
||||
//$wr = sql_fetch(" select * from $write_table where wr_id = '$wr_id' ");
|
||||
|
||||
$count_write = $count_comment = 0;
|
||||
|
||||
@include_once($board_skin_path.'/delete.head.skin.php');
|
||||
|
||||
if ($is_admin == 'super') // 최고관리자 통과
|
||||
|
||||
Reference in New Issue
Block a user