Session::requireGameLogin() 추가. 앞으로 다양히 활용 가능.

getGeneralID(), getGeneralName(), isSigned() 제거
This commit is contained in:
2018-04-04 03:02:35 +09:00
parent 0405bf9fab
commit 36dd7fef19
4 changed files with 31 additions and 130 deletions
+1 -3
View File
@@ -6,6 +6,4 @@ include "func.php";
if(!isSigned()){
}
$session = Session::requireGameLogin(null)->setReadOnly();