?> 제거

replace 코드 디버깅 용도로 제거
This commit is contained in:
2018-01-14 02:31:25 +09:00
parent 1efe3a750b
commit 7e0940d57d
231 changed files with 5683 additions and 326 deletions
+1 -1
View File
@@ -75,4 +75,4 @@ $response['result'] = 'SUCCESS';
sleep(1);
echo json_encode($response);
?>
+1 -1
View File
@@ -7,4 +7,4 @@ require_once(ROOT.W.F_CONFIG.W.APP.PHP);
require_once(ROOT.W.F_FUNC.W.FUNC.PHP);
CustomHeader();
?>
+1 -1
View File
@@ -44,4 +44,4 @@ if($dt == $rf) {
sleep(1);
echo json_encode($response);
?>
+1 -1
View File
@@ -76,4 +76,4 @@ echo "<script type='text/javascript'>
alert('{$response['msg']}');
location.replace('".ROOT.W.I.ENTRANCE.W.ENTRANCE.PHP."');
</script>";
?>
+1 -1
View File
@@ -36,4 +36,4 @@ if($member['PW'] != $pw) {
sleep(1);
echo json_encode($response);
?>
+1 -1
View File
@@ -33,4 +33,4 @@ if($member['PW'] != $pw) {
sleep(1);
echo json_encode($response);
?>