메인페이지를 특정게시판으로 변경
<?php include_once('./_common.php'); 다음 아래에 원하는 게시판 주소 입력
header( 'Location: /bbs/board.php?bo_table=test' );
댓글 2개