forked from devsam/core
ajax 코드에서 끝부분 sleep 제거
This commit is contained in:
@@ -29,7 +29,6 @@ if($member['PW'] != $pw) {
|
||||
$response['msg'] = "정상적으로 탈퇴신청 되었습니다.";
|
||||
}
|
||||
|
||||
sleep(1);
|
||||
echo json_encode($response);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user