server_basic_info 문법 오류 수정
This commit is contained in:
@@ -3,7 +3,7 @@ include "lib.php";
|
|||||||
include "func.php";
|
include "func.php";
|
||||||
|
|
||||||
if(!getUserID()){
|
if(!getUserID()){
|
||||||
jsonReturn([
|
returnJson([
|
||||||
'game'=>'x',
|
'game'=>'x',
|
||||||
'me'=>'no'
|
'me'=>'no'
|
||||||
]);
|
]);
|
||||||
@@ -71,7 +71,6 @@ $game['npcCnt'] = $npcCnt;
|
|||||||
$generalID = getGeneralID(false, false);
|
$generalID = getGeneralID(false, false);
|
||||||
$userGrade = getUserGrade();
|
$userGrade = getUserGrade();
|
||||||
$me = [
|
$me = [
|
||||||
'blocked'=> ($userGrade == 0)
|
|
||||||
];
|
];
|
||||||
|
|
||||||
if($generalID){
|
if($generalID){
|
||||||
@@ -88,7 +87,7 @@ if($generalID){
|
|||||||
}
|
}
|
||||||
|
|
||||||
//TODO: 이를 표현하는 방법은 '이전 버전'의 serverListPost.php를 참고할 것.
|
//TODO: 이를 표현하는 방법은 '이전 버전'의 serverListPost.php를 참고할 것.
|
||||||
jsonReturn([
|
returnJson([
|
||||||
'game'=>$game,
|
'game'=>$game,
|
||||||
'me'=>$me
|
'me'=>$me
|
||||||
]);
|
]);
|
||||||
Reference in New Issue
Block a user