실시간 맵은 캐싱하도록 처리

This commit is contained in:
2018-07-19 01:21:00 +09:00
parent 283b4f7d00
commit c50642dd95
7 changed files with 59 additions and 5 deletions
+4 -1
View File
@@ -167,10 +167,13 @@ $history = $db->queryFirstRow('SELECT log,genlog,nation,power,gen,city FROM hist
<tr><td><?=banner()?> </td></tr>
</table>
<script>
window.serverNick = '<?=DB::prefix()?>';
window.serverID = '<?=UniqueConst::$serverID?>';
reloadWorldMap({
targetJson:'j_map_history.php?year=<?=$year?>&month=<?=$month?>&serverID=<?=$serverID?>',
showMe:false,
neutralView:true
neutralView:true,
useCachedMap:false
});
</script>
</body>