탈퇴 프로세스 추가

This commit is contained in:
2018-03-21 02:57:59 +09:00
parent f3d7a6a1a7
commit f7a9445954
12 changed files with 167 additions and 221 deletions
-8
View File
@@ -43,14 +43,6 @@ if($dt == $rf) {
'IMGSVR'=>0,
], 'NO=%i', $SESSION->NoMember());
//TODO: 각 세부 서버가 '열린 경우' 이미지를 갱신하도록 처리
//Token을 받아 처리하는 형식이면 가능할듯.
/*
for($i=0; $i < ; $i++) {
Update('general', "PICTURE='default.jpg', IMGSVR=0", "NPC=0 AND USER_ID='{$member['ID']}'");
}
*/
$servers = [];
foreach(getServerConfigList() as $key=>$server){