/[projects]/misc/xenconsole/console.php
ViewVC logotype

Annotation of /misc/xenconsole/console.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1876 - (hide annotations) (download)
Fri Nov 30 08:27:52 2012 UTC (11 years, 6 months ago) by torben
File size: 447 byte(s)
first edition of xenconsole
1 torben 1876 <?php
2     include("config.php");
3    
4     $key = $_GET["key"];
5     $session = $_GET["session"];
6     $url = $_GET["url"];
7    
8     if ($key != $password) {
9     die("Invalid key");
10     }
11    
12     ?>
13    
14    
15     <applet code="com/citrix/xenserver/console/Initialize.class"
16     archive="jar/XenServerConsole.jar"
17     width="800" height="600">
18     <PARAM NAME=SESSION VALUE="<?php echo $session;?>">
19     <PARAM NAME=URL VALUE="<?php echo $url;?>">
20     <PARAM NAME=USEURL VALUE="true">
21     </applet>

  ViewVC Help
Powered by ViewVC 1.1.20