정적 분석 결과 반영
This commit is contained in:
@@ -65,6 +65,8 @@ if(!isset($type) || $type == 0) {
|
||||
</td></tr>
|
||||
</table>
|
||||
<?php
|
||||
$nationname = [];
|
||||
$nationlevel = [];
|
||||
$nationname[0] = "-";
|
||||
foreach(getAllNationStaticInfo() as $nation){
|
||||
$nationname[$nation['nation']] = $nation['name'];
|
||||
|
||||
Reference in New Issue
Block a user