Magellan Linux

Annotation of /alx-src/tags/alx-web-0_7_0_20160208_3/vncviewer.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8531 - (hide annotations) (download)
Mon Feb 8 10:37:04 2016 UTC (8 years, 3 months ago) by niro
Original Path: alx-src/branches/alx-web-070/vncviewer.php
File size: 245 byte(s)
-fixed file permissions via propset
1 niro 1600 <? $ip = $_GET['ip']; ?>
2     <HTML>
3     <HEAD></HEAD>
4     <BODY>
5     <APPLET CODE="vncviewer/VNCViewer.class" ARCHIVE="vncviewer.jar" WIDTH=400 HEIGHT=80>
6     <PARAM name="server" value="<? echo $ip; ?>">
7     <PARAM name="port" value="5900">
8     </APPLET>
9     </BODY>
10     </HTML>