ajax 코드에서 끝부분 sleep 제거

This commit is contained in:
2018-03-19 20:40:00 +09:00
parent 3bdea57318
commit c44b836e3e
16 changed files with 0 additions and 16 deletions
-1
View File
@@ -156,7 +156,6 @@ $db->insert('MEMBER', array(
$response['result'] = 'SUCCESS';
$response['msg'] = "정상적으로 회원 가입되었습니다. ID: {$id}";
sleep(1);
echo json_encode($response);
?>