mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2026-08-05 16:12:41 +02:00
Revert to vnc_auto.html
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user