-
Notifications
You must be signed in to change notification settings - Fork 263
Open
Description
게시판이 존재하지 않을 때 글쓰기 토큰이 생성이 가능합니다.
/bbs/write_token.php 파일에서 조건을 수정하는 것이 맞지 않을 까요
if(empty($board['bo_table']))
die(json_encode(array('error'=>'게시판 정보가 올바르지 않습니다.', 'url'=>G5_URL)));/bbs/write_update.php 에서 존재하지 않는 게시판에 글쓰기를 시도 했을 때 check_write_token 함수에서 걸러지지 않습니다.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels