Revert to vnc_auto.html

This commit is contained in:
Doro Wu
2015-05-19 16:13:07 +08:00
parent 5975848169
commit 0dcb2bf04d
25 changed files with 1337 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
var port = window.location.port;
if (!port)
port = window.location.protocol[4] == 's' ? 443 : 80;
window.location.href = "vnc.html?autoconnect=1&host=127.0.0.1&port=" + port;
window.location.href = "vnc_auto.html?autoconnect=1&host=127.0.0.1&port=" + port;
</script>
<title>Page Redirection</title>
</head>