generalID 부분 많이 수정.

index.php 로딩 에러 수정
This commit is contained in:
2018-04-01 04:31:56 +09:00
parent 762e7f72c3
commit 6edabd5bcb
18 changed files with 43 additions and 39 deletions
+1 -3
View File
@@ -4,9 +4,7 @@ namespace sammo;
include 'lib.php';
include 'func.php';
getGeneralID();
$session = Session::Instance()->loginGame()->setReadOnly();
//읽기 전용이다. 빠르게 세션 끝내자
session_write_close();