사용하지 않는 class._JSON.php 제거

This commit is contained in:
2018-03-16 00:49:04 +09:00
parent 26b1a89688
commit 498ebd6589
23 changed files with 7 additions and 83 deletions
-2
View File
@@ -1,6 +1,5 @@
<?php
require_once('_common.php');
require_once(ROOT.'/f_func/class._JSON.php');
require_once(ROOT.'/f_func/class._Session.php');
require_once(ROOT.'/f_func/class._String.php');
require_once(ROOT.'/f_config/DB.php');
@@ -51,7 +50,6 @@ if($member) {
$response['msg'] = '로그인 실패! ID, PW를 확인해주세요.';
}
sleep(1);
echo json_encode($response);