php warning 메시지 코드 수정

This commit is contained in:
thisgun
2025-03-31 15:36:32 +09:00
parent 918ad48675
commit 62ff45b31f
3 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@
include_once('./_common.php');
$comment_id = isset($_REQUEST['comment_id']) ? (int) $_REQUEST['comment_id'] : 0;
$token = isset($_REQUEST['token']) ? clean_xss_tags($_REQUEST['token']) : 0;
$delete_comment_token = get_session('ss_delete_comment_'.$comment_id.'_token');
set_session('ss_delete_comment_'.$comment_id.'_token', '');