연감 지도가 json 기반으로 바뀌었으므로 j 붙임

This commit is contained in:
2018-04-12 20:53:19 +09:00
parent 67dee551b6
commit c87614ab2d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ $history = MYDB_fetch_array($result);
</table>
<script>
reloadWorldMap({
targetJson:'map_history.php?year=<?=$year?>&month=<?=$month?>',
targetJson:'j_map_history.php?year=<?=$year?>&month=<?=$month?>',
showMe:false,
neutralView:true
});
@@ -25,7 +25,7 @@ if(!$year || !$month) {
//로그인 검사
$session = Session::requireGameLogin()->setReadOnly();
$session = Session::requireGameLogin([])->setReadOnly();
$db = DB::db();
$connect=$db->get();