Index: controltower/index.html
===================================================================
diff -u -rd1f2d845476622aa8ac3268eaa9a84a472ec6b90 -r94c9122cc7e69e220508edacc41481f640a5636d
--- controltower/index.html (.../index.html) (revision d1f2d845476622aa8ac3268eaa9a84a472ec6b90)
+++ controltower/index.html (.../index.html) (revision 94c9122cc7e69e220508edacc41481f640a5636d)
@@ -105,9 +105,9 @@
var str = window.location.href;
if (str.indexOf("313.co.kr:9999") > 0 || str.indexOf("a-rms.net:9999") > 0 || str.indexOf("localhost") > 0) {
alert("개발에 참여해 주셔서 감사합니다.\n기필코 그대의 노고를 잊지않고, 최대한의 보상을 약속하겠습니다.\n이동민 드림.");
- window.location.replace("/controltower/template.html?page=systeminfo");
+ window.location.replace("/controltower/template.html?page=systemInfo");
} else {
- window.location.replace("/controltower/template.html?page=systeminfo");
+ window.location.replace("/controltower/template.html?page=systemInfo");
}
};
//]]>