$_POST, $_GET 남은 부분 제거. 연감 지도 받아오는 부분 재 작성

This commit is contained in:
2018-04-12 02:57:53 +09:00
parent 8961dd60a2
commit 6220d030dc
7 changed files with 31 additions and 24 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ $userID = Session::getUserID();
// 외부 파라미터
// $_POST['pw'] : PW
$pw = $_POST['pw'];
$pw = Util::getReq('pw');
if(!$pw){
Json::die([