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
@@ -31,7 +31,6 @@ if($member['PICTURE'] == '') {
$response['result'] = 'SUCCESS';
sleep(1);
echo json_encode($response);
-1
View File
@@ -50,5 +50,4 @@ if($dt == $rf) {
$response['result'] = 'SUCCESS';
}
sleep(1);
echo json_encode($response);
-1
View File
@@ -90,7 +90,6 @@ if(!is_uploaded_file($image['tmp_name'])) {
}
}
sleep(1);
/*
echo "<script type='text/javascript'>
-1
View File
@@ -24,7 +24,6 @@ if($member['PW'] != $pw) {
$response['msg'] = "정상적으로 비밀번호가 수정되었습니다.";
}
sleep(1);
echo json_encode($response);
-1
View File
@@ -29,7 +29,6 @@ if($member['PW'] != $pw) {
$response['msg'] = "정상적으로 탈퇴신청 되었습니다.";
}
sleep(1);
echo json_encode($response);
-1
View File
@@ -73,7 +73,6 @@ if($member['GRADE'] < 6) {
$response['result'] = 'SUCCESS';
}
sleep(1);
echo json_encode($response);
-1
View File
@@ -63,7 +63,6 @@ if($member['GRADE'] < 6) {
$response['result'] = 'SUCCESS';
}
sleep(1);
echo json_encode($response);
-1
View File
@@ -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);
-1
View File
@@ -107,7 +107,6 @@ $db->update('MEMBER', ['PW'=>$pw], 'ID=%s', $id);
$response['result'] = 'SUCCESS';
$response['msg'] = "정상적으로 비번이 변경되었습니다. ID: {$id}";
sleep(1);
echo json_encode($response);
-1
View File
@@ -77,7 +77,6 @@ if($type == 0) {
}
}
sleep(1);
echo json_encode($response);
-1
View File
@@ -41,7 +41,6 @@ if($err == 1) {
}
}
//sleep(1);
echo json_encode($response);
-1
View File
@@ -41,7 +41,6 @@ if($err == 1) {
}
}
sleep(1);
echo json_encode($response);
-1
View File
@@ -156,7 +156,6 @@ $db->insert('MEMBER', array(
$response['result'] = 'SUCCESS';
$response['msg'] = "정상적으로 회원 가입되었습니다. ID: {$id}";
sleep(1);
echo json_encode($response);
?>
-1
View File
@@ -98,7 +98,6 @@ if($system['REG'] != 'Y') {
}
}
sleep(1);
echo json_encode($response);
?>
-1
View File
@@ -41,7 +41,6 @@ if($err == 1) {
}
}
//sleep(1);
echo json_encode($response);
-1
View File
@@ -40,7 +40,6 @@ if($err == 1) {
}
}
sleep(1);
echo json_encode($response);