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

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

@ -27,5 +27,5 @@ sql_query(" delete from $g4[board_file_table] where bo_table = '$tmp_bo_table' "
sql_query(" drop table $g4[write_prefix]$tmp_bo_table ", FALSE);
// 게시판 폴더 전체 삭제
rm_rf("$g4[path]/data/file/$tmp_bo_table");
rm_rf("$g4['path']/data/file/$tmp_bo_table");
?>