입구 페이지에 session_write_close() 조기 호출

This commit is contained in:
2018-03-22 02:59:24 +09:00
parent f7b2f88910
commit cc98ed9040
6 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -63,6 +63,6 @@ if($member['GRADE'] < 6) {
$response['result'] = 'SUCCESS';
}
echo json_encode($response);
returnJson($response);