충돌 수정
This commit is contained in:
@ -306,7 +306,7 @@ if($g5_install || !$result) {
|
||||
sql_query($sql, true, $dblink);
|
||||
|
||||
// 게시판 테이블 생성
|
||||
$file = file("../adm/sql_write.sql");
|
||||
$file = file("../".G5_ADMIN_DIR."/sql_write.sql");
|
||||
$sql = implode($file, "\n");
|
||||
|
||||
$create_table = $table_prefix.'write_' . $tmp_bo_table[$i];
|
||||
|
||||
Reference in New Issue
Block a user