forked from devsam/core
Session의 login시 실패하는 위치값이 잘못된 것을 수전
Session의 requireGameLogin 조건 완화 index.php에서 로그인이 실패하더라도 턴 수행은 가능하도록 변경
This commit is contained in:
@@ -13,7 +13,7 @@ class RootDB{
|
||||
|
||||
private static $globalSalt = '_tK_globalSalt_';
|
||||
|
||||
private static $serverWebPath = '_tK_serverBasePath';
|
||||
public static $serverWebPath = '_tK_serverBasePath';
|
||||
|
||||
private function __construct(){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user