로그인되지 않은 경우에는 리스트 출력 없음

This commit is contained in:
2018-03-01 04:35:08 +09:00
parent 7af3c6e91a
commit dcb2903578
+6
View File
@@ -4,6 +4,12 @@ include('func.php');
use utilphp\util as util;
if(!getGeneralID()){
returnJson([
"nation"=>[]
]);
}
session_write_close(); // 세션 안쓴다
//NOTE: 모든 국가, 모든 장수에 대해서 같은 결과라면 캐싱 가능하지 않을까?