?> 제거
replace 코드 디버깅 용도로 제거
This commit is contained in:
@@ -75,4 +75,4 @@ $response['result'] = 'SUCCESS';
|
||||
sleep(1);
|
||||
echo json_encode($response);
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -7,4 +7,4 @@ require_once(ROOT.W.F_CONFIG.W.APP.PHP);
|
||||
require_once(ROOT.W.F_FUNC.W.FUNC.PHP);
|
||||
|
||||
CustomHeader();
|
||||
?>
|
||||
|
||||
|
||||
@@ -44,4 +44,4 @@ if($dt == $rf) {
|
||||
sleep(1);
|
||||
echo json_encode($response);
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -76,4 +76,4 @@ echo "<script type='text/javascript'>
|
||||
alert('{$response['msg']}');
|
||||
location.replace('".ROOT.W.I.ENTRANCE.W.ENTRANCE.PHP."');
|
||||
</script>";
|
||||
?>
|
||||
|
||||
|
||||
@@ -36,4 +36,4 @@ if($member['PW'] != $pw) {
|
||||
sleep(1);
|
||||
echo json_encode($response);
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -33,4 +33,4 @@ if($member['PW'] != $pw) {
|
||||
sleep(1);
|
||||
echo json_encode($response);
|
||||
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user