From 7291c828c0aa4954ea75edd7a7cf1e3c11a508e0 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 11 Jun 2018 02:16:07 +0900 Subject: [PATCH] =?UTF-8?q?isGameLoggedIn=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/commandlist.php | 4 ++-- hwe/j_map.php | 2 +- src/sammo/Session.php | 9 +++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/hwe/commandlist.php b/hwe/commandlist.php index fe7b7651..b1e96a9c 100644 --- a/hwe/commandlist.php +++ b/hwe/commandlist.php @@ -4,7 +4,7 @@ namespace sammo; include "lib.php"; include "func.php"; //로그인 검사 -$session = Session::requireGameLogin()->setReadOnly(); +$session = Session::getInstance()->setReadOnly(); $db = DB::db(); $connect=$db->get(); @@ -19,7 +19,7 @@ $connect=$db->get();