$_POST, $_GET 남은 부분 제거. 연감 지도 받아오는 부분 재 작성
This commit is contained in:
@@ -8,7 +8,7 @@ $userID = Session::getUserID();
|
||||
|
||||
// 외부 파라미터
|
||||
// $_POST['pw'] : PW
|
||||
$pw = $_POST['pw'];
|
||||
$pw = Util::getReq('pw');
|
||||
|
||||
if(!$pw){
|
||||
Json::die([
|
||||
|
||||
Reference in New Issue
Block a user