func_map.php를 통해 현재 지도 값을 받아오는 코드 추가

j_map.php를 통해 지도를 json 형태로 열람하는 코드 추가

연감의 저장코드를 http를 통해 지도를 받아오는 방식에서 func_map.php를 이용하는 방식으로 변경

map.js에서 반환값이 올바른지 확인하는 코드 추가
This commit is contained in:
2018-02-02 00:30:04 +09:00
parent 1a4d82f871
commit 0841950366
9 changed files with 226 additions and 53 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ include "func.php";
$connect=dbConn();
LogHistory($connect, 1);
LogHistory(1);
//echo "<script>location.replace('index.php');</script>";
echo 'index.php'; //TODO:debug all and replace