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 1600 - (hide annotations) (download)
Thu Dec 2 19:56:40 2010 UTC (13 years, 5 months ago) by niro
Original Path: alx-src/branches/alx-web-050/vncviewer.php
File size: 245 byte(s)
-import from 050
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>

Properties

Name Value
svn:executable *