KVStorage의 game namespace를 game_env로 '편의를 위해' 변경
This commit is contained in:
@@ -33,7 +33,7 @@ $startyear = Util::getReq('startyear', 'int', GameConst::$defaultStartYear);
|
||||
extractMissingPostToGlobals();
|
||||
|
||||
$db = DB::db();
|
||||
$gameStor = KVStorage::getStorage($db, 'game');
|
||||
$gameStor = KVStorage::getStorage($db, 'game_env');
|
||||
$connect=$db->get();
|
||||
|
||||
$admin = getAdmin();
|
||||
|
||||
Reference in New Issue
Block a user