/[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 1876 by torben, Fri Nov 30 08:27:52 2012 UTC revision 2014 by torben, Wed Jul 17 17:47:49 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");
11  }  }
12    
13  ?>  ?>
14    <html>
15    <body>
16    
17    <h2><?php echo $name;?></h2><br>
18    
19    <center>
20      <table>
21        <tr>
22          <td>
23    
24  <applet code="com/citrix/xenserver/console/Initialize.class"  <applet code="com/citrix/xenserver/console/Initialize.class"
25          archive="jar/XenServerConsole.jar"          archive="jar/XenServerConsole.jar"
# Line 19  if ($key != $password) { Line 28  if ($key != $password) {
28                  <PARAM NAME=URL VALUE="<?php echo $url;?>">                  <PARAM NAME=URL VALUE="<?php echo $url;?>">
29                  <PARAM NAME=USEURL VALUE="true">                  <PARAM NAME=USEURL VALUE="true">
30  </applet>  </applet>
31    
32            </applet>
33          </td>
34        </tr>
35      </table>
36    </center>
37    </body>
38    </html>
39    

Legend:
Removed from v.1876  
changed lines
  Added in v.2014

  ViewVC Help
Powered by ViewVC 1.1.20