generalID 부분 많이 수정.
index.php 로딩 에러 수정
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ function getWorldMap($req){
|
||||
return getHistoryMap($req->year, $req->month);
|
||||
}
|
||||
|
||||
$generalID = getGeneralID(false);
|
||||
$generalID = Session::Instance()->generalID;
|
||||
|
||||
$db = DB::db();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user