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

Diff of /misc/xenconsole/index.php

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

revision 2104 by torben, Thu Jan 30 09:47:17 2014 UTC revision 2105 by torben, Mon Feb 10 08:13:22 2014 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3    if (! file_exists("config.php") ) {
4      die("Could not find config.php file");
5    }
6    
7  require("config.php");  require("config.php");
8    
9  function format_memory($size) {  function format_memory($size) {

Legend:
Removed from v.2104  
changed lines
  Added in v.2105

  ViewVC Help
Powered by ViewVC 1.1.20