From 9c6deadf11655044c977959dc23f1413338e0649 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 3 Feb 2018 05:08:12 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=85=EC=9E=A5=20=EC=A0=88=EC=B0=A8?= =?UTF-8?q?=EB=A5=BC=20=EB=B0=94=EB=A1=9C=20=EB=A7=81=ED=81=AC=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_func/class._Session.php | 1 + i_entrance/Action.js | 2 +- i_entrance/serverListPost.php | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/f_func/class._Session.php b/f_func/class._Session.php index 2440f66a..87b458ba 100644 --- a/f_func/class._Session.php +++ b/f_func/class._Session.php @@ -33,6 +33,7 @@ class _Session { public function Logout() { unset($_SESSION['noMember']); + unset($_SESSION['p_id']); } public function IsLoggedIn() { diff --git a/i_entrance/Action.js b/i_entrance/Action.js index 5f35af1d..a4de95e4 100644 --- a/i_entrance/Action.js +++ b/i_entrance/Action.js @@ -83,7 +83,7 @@ function Entrance_Logout() { function Entrance_Enter(serverDir) { Popup_Wait(function() { PostJSON( - HOME+I+ENTRANCE+W+"enter"+POST, { + HOME+I+ENTRANCE+W+"enterPost", { }, function(response, textStatus) { if(response.result == "SUCCESS") { diff --git a/i_entrance/serverListPost.php b/i_entrance/serverListPost.php index 5f8e2822..f8a3f801 100644 --- a/i_entrance/serverListPost.php +++ b/i_entrance/serverListPost.php @@ -76,17 +76,17 @@ for($i=0; $i < $_serverCount; $i++) { $character = "
{$picture}
{$me['NAME']}
- + "; } elseif($gen['CNT'] >= $game['MAXGENERAL']) { $character = "
- 장수 등록 마감 -
"; } else { $character = "
- 미 등 록 -
"; if($game['NPCMODE'] == 1) { - $character .= ""; - $character .= ""; + $character .= ""; + $character .= ""; } else { - $character .= ""; + $character .= ""; } }