general table의 no_member를 의미에 더 맞도록 owner로 변경.
general table의 user_id, password column 삭제. 코드도 이를 참조하지 않고 owner를 이용하도록 변경
This commit is contained in:
+2
-2
@@ -53,7 +53,7 @@ if($img < 1) { $picture = 'default.jpg'; };
|
||||
|
||||
@MYDB_query("
|
||||
insert into general (
|
||||
no_member, connect, name, picture, nation, city, troop, makelimit,
|
||||
owner, connect, name, picture, nation, city, troop, makelimit,
|
||||
leader, power, intel, experience, dedication, gold, rice, crew, train, atmos,
|
||||
weap, book, level, turntime, killturn, lastconnect, userlevel
|
||||
) values (
|
||||
@@ -70,7 +70,7 @@ if($img < 1) { $picture = 'default.jpg'; };
|
||||
//부운영자는 비밀번호를 지정하지 않아 로그인할수 없도록 처리한다.
|
||||
@MYDB_query("
|
||||
insert into general (
|
||||
no_member, connect, name, picture, nation, city, troop, makelimit,
|
||||
owner, connect, name, picture, nation, city, troop, makelimit,
|
||||
leader, power, intel, experience, dedication, gold, rice, crew, train, atmos,
|
||||
weap, book, level, turntime, killturn, lastconnect, userlevel
|
||||
) values (
|
||||
|
||||
Reference in New Issue
Block a user