$_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
@@ -7,7 +7,7 @@ use \kakao\Kakao_REST_API_Helper as Kakao_REST_API_Helper;
WebUtil::setHeaderNoCache();
$auth_code = Util::array_get($_GET['code']);
$auth_code = Util::getReq('code');
if(!$auth_code){
header('Location:oauth_fail.html');