연감 지도가 json 기반으로 바뀌었으므로 j 붙임
This commit is contained in:
+1
-1
@@ -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();
|
||||
Reference in New Issue
Block a user