_Session 클래스 일부 변경
This commit is contained in:
@@ -6,7 +6,7 @@ require_once(ROOT.'/f_config/SESSION.php');
|
||||
// 외부 파라미터
|
||||
|
||||
|
||||
$SESSION->Logout();
|
||||
$SESSION->logout();
|
||||
|
||||
$response['result'] = 'SUCCESS';
|
||||
|
||||
|
||||
@@ -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