Session의 login시 실패하는 위치값이 잘못된 것을 수전

Session의 requireGameLogin 조건 완화
index.php에서 로그인이 실패하더라도 턴 수행은 가능하도록 변경
This commit is contained in:
2018-04-06 02:24:23 +09:00
parent 0e82005a26
commit 35e8fa952a
3 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class RootDB{
private static $globalSalt = '_tK_globalSalt_';
private static $serverWebPath = '_tK_serverBasePath';
public static $serverWebPath = '_tK_serverBasePath';
private function __construct(){