diff --git a/src/web/client/menu_app_test_player.html b/src/web/client/menu_app_test_player.html
new file mode 100644
index 0000000..9095090
--- /dev/null
+++ b/src/web/client/menu_app_test_player.html
@@ -0,0 +1,64 @@
+
+
+
+
+ 메뉴
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/web/module/maestro_header.html b/src/web/module/maestro_header.html
index 38a489d..966fe36 100644
--- a/src/web/module/maestro_header.html
+++ b/src/web/module/maestro_header.html
@@ -27,7 +27,9 @@ function loadMaestroTestAccountInfo() {
function runMaestroAccountApp() {
loadMaestroTestAccountInfo();
- window.open("./../client/menu_app.html", "_blank");
+ // window.open("./../client/menu_app.html", "_blank");
+ // menu_app_test_player
+ window.open("./../client/menu_app_test_player.html", "_blank");
}
function deleteMaestroAllRecords() {
diff --git a/src/web/module/maestro_section_main.html b/src/web/module/maestro_section_main.html
index aaf7a30..d412743 100644
--- a/src/web/module/maestro_section_main.html
+++ b/src/web/module/maestro_section_main.html
@@ -33,9 +33,8 @@ function onChangePlayerCount() {
}
function onClickMaestroUpgrade() {
- console.log("onClickMaestroUpgrade");
+ // console.log("onClickMaestroUpgrade");
location.href='./../maestro/upgrade.html';
- location.href = "www.yoursite.com";
}
diff --git a/src/web/server/lib/send_reply_json.php b/src/web/server/lib/send_reply_json.php
index 39f52e1..f64b7c4 100644
--- a/src/web/server/lib/send_reply_json.php
+++ b/src/web/server/lib/send_reply_json.php
@@ -1,6 +1,6 @@