_Session 클래스 일부 변경
This commit is contained in:
@@ -23,7 +23,7 @@ if($member['PW'] != $pw) {
|
||||
), 'NO=%i', $SESSION->NoMember());
|
||||
|
||||
|
||||
$SESSION->Logout();
|
||||
$SESSION->logout();
|
||||
|
||||
$response['result'] = 'SUCCESS';
|
||||
$response['msg'] = "정상적으로 탈퇴신청 되었습니다.";
|
||||
|
||||
Reference in New Issue
Block a user