첩보를 join '|' 에서 json dict로 변경
This commit is contained in:
@@ -14,6 +14,7 @@ $defaultPost = [
|
||||
'showMe' => true
|
||||
];
|
||||
$post = Json::decode(Util::getReq('data', 'string', '{}'));
|
||||
$post += $defaultPost;
|
||||
|
||||
if(!$session->isGameLoggedIn()){
|
||||
$post['neutralView'] = true;
|
||||
|
||||
Reference in New Issue
Block a user