관리자 모드 땀표 전쟁, 회원추가 완료

This commit is contained in:
whitedot
2012-11-01 18:12:13 +09:00
parent 6f10749461
commit 54b20eff74
58 changed files with 962 additions and 945 deletions

View File

@ -42,7 +42,7 @@ if ($file = $_POST[bo_include_tail]) {
check_token();
$board_path = "$g4[path]/data/file/$bo_table";
$board_path = "$g4['path']/data/file/$bo_table";
// 게시판 디렉토리 생성
@mkdir($board_path, 0707);