/[projects]/misc/xenconsole/old/old_index.php
ViewVC logotype

Diff of /misc/xenconsole/old/old_index.php

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

misc/xenconsole/index.php revision 1876 by torben, Fri Nov 30 08:27:52 2012 UTC misc/xenconsole/old/old_index.php revision 2018 by torben, Thu Jul 18 13:00:14 2013 UTC
# Line 1  Line 1 
1  <?php  <?php
2  include("config.php");  include("../config.php");
3    
4  // http://docs.vmd.citrix.com/XenServer/5.5.0/1.0/en_gb/api/docs/html/browser.html  // http://docs.vmd.citrix.com/XenServer/5.5.0/1.0/en_gb/api/docs/html/browser.html
5    
# Line 7  function mb($val) { Line 7  function mb($val) {
7          return round( $val / (1024*1024) );          return round( $val / (1024*1024) );
8  }  }
9    
10  include('xenapi.php');  include('../xenapi.php');
11    
12  /* Establish session with Xenserver */  /* Establish session with Xenserver */
13  $xenserver = new XenApi($url, $login, $password);  $xenserver = new XenApi($url, $login, $password);
# Line 17  $xenserver = new XenApi($url, $login, $p Line 17  $xenserver = new XenApi($url, $login, $p
17  <body style="font-family: monospace">  <body style="font-family: monospace">
18    
19    
20  <script type='text/javascript' src="jquery-1.8.2.min.js"></script>  <script type='text/javascript' src="../jquery/jquery-1.9.1.min.js"></script>
21    
22  <script type='text/javascript'>  <script type='text/javascript'>
23  $(document).ready( function() {  $(document).ready( function() {

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

  ViewVC Help
Powered by ViewVC 1.1.20