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

Diff of /misc/xenconsole/console.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1919 by torben, Fri Nov 30 08:27:52 2012 UTC revision 1920 by torben, Tue Jan 29 13:39:39 2013 UTC
# Line 4  include("config.php"); Line 4  include("config.php");
4  $key = $_GET["key"];  $key = $_GET["key"];
5  $session = $_GET["session"];  $session = $_GET["session"];
6  $url = $_GET["url"];  $url = $_GET["url"];
7    $name = $_GET["name"];
8    
9  if ($key != $password) {  if ($key != $password) {
10          die("Invalid key");          die("Invalid key");
# Line 11  if ($key != $password) { Line 12  if ($key != $password) {
12    
13  ?>  ?>
14    
15    <h2><?php echo $name;?></h2><br>
16    
17    
18  <applet code="com/citrix/xenserver/console/Initialize.class"  <applet code="com/citrix/xenserver/console/Initialize.class"
19          archive="jar/XenServerConsole.jar"          archive="jar/XenServerConsole.jar"

Legend:
Removed from v.1919  
changed lines
  Added in v.1920

  ViewVC Help
Powered by ViewVC 1.1.20