diff options
Diffstat (limited to 'classes/ssl/proxy.vnc')
-rw-r--r-- | classes/ssl/proxy.vnc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/ssl/proxy.vnc b/classes/ssl/proxy.vnc index 5c3b207..a1d6d76 100644 --- a/classes/ssl/proxy.vnc +++ b/classes/ssl/proxy.vnc @@ -52,7 +52,7 @@ SignedVncViewer.jar is just a signed version of VncViewer.jar The URL to use for this file: https://host:port/proxy.vnc -Note LIBVNCSERVERPORT, we assume $PARAMS will have the correct PORT setting +Note VNCSERVERPORT, we assume $PARAMS will have the correct PORT setting (e.g. 563), not the one libvncserver puts in.... --> @@ -64,7 +64,7 @@ $USER's $DESKTOP desktop ($DISPLAY) </TITLE> <APPLET CODE=VncViewer.class ARCHIVE=SignedVncViewer.jar WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT> -<param name=LIBVNCSERVERPORT value=$PORT> +<param name=VNCSERVERPORT value=$PORT> <param name="Open New Window" value=yes> $PARAMS </APPLET> |