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

Contents of /misc/xenconsole/console.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1876 - (show annotations) (download)
Fri Nov 30 08:27:52 2012 UTC (11 years, 5 months ago) by torben
File size: 447 byte(s)
first edition of xenconsole
1 <?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