ajax 코드에서 끝부분 sleep 제거
This commit is contained in:
@@ -6,7 +6,6 @@ $registeredCount = getRootDB()->queryFirstField('SELECT COUNT(`NO`) AS CNT FROM
|
||||
$response['registeredCount'] = $registeredCount;
|
||||
$response['result'] = 'SUCCESS';
|
||||
|
||||
sleep(1);
|
||||
echo json_encode($response);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user