Index: arms/detail.html =================================================================== diff -u -r483f09ab8f43b3f2a6a40b21f4bfdb26e6ef2294 -r51fc04fde5bcd987d71d9eec39be6ab8dcfe7cac --- arms/detail.html (.../detail.html) (revision 483f09ab8f43b3f2a6a40b21f4bfdb26e6ef2294) +++ arms/detail.html (.../detail.html) (revision 51fc04fde5bcd987d71d9eec39be6ab8dcfe7cac) @@ -381,7 +381,7 @@ console.log("The URL of this page is: " + window.location.href); var str = window.location.href; - console.table(str); + console.log(str); if (str.indexOf("313.co.kr:9999") > 0 || str.indexOf("a-rms.net:9999") || str.indexOf("localhost") > 0 || str.indexOf("127.0.0.1") > 0 || str.indexOf("localhost:9999") > 0 || str.indexOf("127.0.0.1:9999") > 0) { console.log("개발용으로 접속한 경우"); console.log("마토모 : OFF"); Index: arms/template.html =================================================================== diff -u -r483f09ab8f43b3f2a6a40b21f4bfdb26e6ef2294 -r51fc04fde5bcd987d71d9eec39be6ab8dcfe7cac --- arms/template.html (.../template.html) (revision 483f09ab8f43b3f2a6a40b21f4bfdb26e6ef2294) +++ arms/template.html (.../template.html) (revision 51fc04fde5bcd987d71d9eec39be6ab8dcfe7cac) @@ -437,7 +437,7 @@ console.log("The URL of this page is: " + window.location.href); var str = window.location.href; - console.table(str); + console.log(str); if (str.indexOf("313.co.kr:9999") > 0 || str.indexOf("a-rms.net:9999") || str.indexOf("localhost") > 0 || str.indexOf("127.0.0.1") > 0 || str.indexOf("localhost:9999") > 0 || str.indexOf("127.0.0.1:9999") > 0) { console.log("개발용으로 접속한 경우"); console.log("마토모 : OFF"); Index: index.html =================================================================== diff -u -r483f09ab8f43b3f2a6a40b21f4bfdb26e6ef2294 -r51fc04fde5bcd987d71d9eec39be6ab8dcfe7cac --- index.html (.../index.html) (revision 483f09ab8f43b3f2a6a40b21f4bfdb26e6ef2294) +++ index.html (.../index.html) (revision 51fc04fde5bcd987d71d9eec39be6ab8dcfe7cac) @@ -106,11 +106,11 @@ if (str.indexOf("313.co.kr:9999") > 0 || str.indexOf("a-rms.net:9999") > 0 || str.indexOf("localhost") > 0 || str.indexOf("127.0.0.1") > 0 || str.indexOf("localhost:9999") > 0 || str.indexOf("127.0.0.1:9999") > 0) { console.log("개발용으로 접속한 경우"); alert("개발에 참여해 주셔서 감사합니다.\n기필코 그대의 노고를 잊지않고, 최대한의 보상을 약속하겠습니다.\n이동민 드림."); - window.location.replace("/arms/index.html"); + window.location.replace("/arms/template.html?page=dashboard"); } else { console.log("313 사이트에 접속했거나 arms 사이트에 접속한 경우"); console.log("고객사 사이트에 접속한 경우"); - window.location.replace("/arms/index.html"); + window.location.replace("/php/gnuboard5/index.php"); } }; //]]>