From 2d1a3f5da9187751e5f0d720504fc080ced5553a Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 28 Apr 2018 20:10:33 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=8E=EC=9D=80=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EC=BB=A4=EB=A7=A8=EB=93=9C=20=EC=8B=A4?= =?UTF-8?q?=ED=96=89=20=EC=A4=91=20=EB=A1=9C=EA=B7=B8=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=EB=90=9C=20=EA=B2=BD=EC=9A=B0=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EA=B5=AD=EA=B8=B0=20=EB=B3=80=EA=B2=BD=EC=97=90=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC=20=EC=9E=88=EB=8D=98=20=EC=A0=90=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EB=93=B1=EC=9A=A9=EC=9E=A5=20=EC=88=98=EB=9D=BD?= =?UTF-8?q?=EC=8B=9C=20=EC=86=A1=EC=8B=A0=EC=9E=90=20=EB=AA=85=EC=84=B1=20?= =?UTF-8?q?=EC=95=88=20=EB=8A=98=EC=96=B4=EB=82=98=EB=8A=94=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/commandlist.php | 4 ++++ hwe/func_command.php | 2 +- hwe/js/msg.js | 4 +--- hwe/processing.php | 11 +++-------- hwe/sammo/Engine/Personnel.php | 8 +++++--- hwe/sammo/ScoutMessage.php | 6 +++--- oauth_kakao/j_change_pw.php | 4 ++-- oauth_kakao/oauth.php | 4 ++-- 8 files changed, 21 insertions(+), 22 deletions(-) diff --git a/hwe/commandlist.php b/hwe/commandlist.php index 6b8779bd..701e139a 100644 --- a/hwe/commandlist.php +++ b/hwe/commandlist.php @@ -80,6 +80,10 @@ function myCommandList() { $query = "select no,turntime,term,turn0,turn1,turn2,turn3,turn4,turn5,turn6,turn7,turn8,turn9,turn10,turn11,turn12,turn13,turn14,turn15,turn16,turn17,turn18,turn19,turn20,turn21,turn22,turn23 from general where owner='{$userID}'"; $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); $me = MYDB_fetch_array($result); + if(!$me){ + echo "로그인 되어있지 않습니다."; + return; + } $turn = getTurn($me, 2); echo " diff --git a/hwe/func_command.php b/hwe/func_command.php index 579bab88..7a9a1741 100644 --- a/hwe/func_command.php +++ b/hwe/func_command.php @@ -1,7 +1,7 @@ 색깔 :