php warning 메시지 코드 수정

This commit is contained in:
thisgun
2025-05-14 11:59:40 +09:00
parent f9c972d866
commit 5a91d37365
3 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,8 @@
<?php
include_once('./_common.php');
$good = isset($_REQUEST['good']) ? preg_replace('/[^a-z0-9]/i', '', $_REQUEST['good']) : '';
run_event('bbs_good_before', $bo_table, $wr_id, $good);
@include_once($board_skin_path.'/good.head.skin.php');