From dcb2903578722906a064e93aad73f666a5b56b16 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 1 Mar 2018 04:35:08 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=EB=90=98=EC=A7=80?= =?UTF-8?q?=20=EC=95=8A=EC=9D=80=20=EA=B2=BD=EC=9A=B0=EC=97=90=EB=8A=94=20?= =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EC=B6=9C=EB=A0=A5=20=EC=97=86?= =?UTF-8?q?=EC=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twe/j_msg_contact_list.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/twe/j_msg_contact_list.php b/twe/j_msg_contact_list.php index 20a34126..2f279a15 100644 --- a/twe/j_msg_contact_list.php +++ b/twe/j_msg_contact_list.php @@ -4,6 +4,12 @@ include('func.php'); use utilphp\util as util; +if(!getGeneralID()){ + returnJson([ + "nation"=>[] + ]); +} + session_write_close(); // 세션 안쓴다 //NOTE: 모든 국가, 모든 장수에 대해서 같은 결과라면 캐싱 가능하지 않을까?