From 3d9bb9c2e01fc9df963ede09a2740bb792d13a55 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 9 Mar 2023 02:49:28 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20index.php=EC=9D=B8=EA=B2=BD=EC=9A=B0=20S?= =?UTF-8?q?ession=EC=97=90=20gameLogin=20=ED=95=84=EC=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/index.php b/hwe/index.php index 913f078b..32c85a5e 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -4,7 +4,7 @@ namespace sammo; include "lib.php"; include "func.php"; -DummySession::getInstance(); +Session::requireGameLogin()->setReadOnly(); $mapName = GameConst::$mapName;