Skip to content

글쓰기 토큰 생성 문제 #360

@tlogkr

Description

@tlogkr

게시판이 존재하지 않을 때 글쓰기 토큰이 생성이 가능합니다.
/bbs/write_token.php 파일에서 조건을 수정하는 것이 맞지 않을 까요

if(empty($board['bo_table']))
   die(json_encode(array('error'=>'게시판 정보가 올바르지 않습니다.', 'url'=>G5_URL)));

/bbs/write_update.php 에서 존재하지 않는 게시판에 글쓰기를 시도 했을 때 check_write_token 함수에서 걸러지지 않습니다.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions