Changeset 53 for trunk/www/shell.php


Ignore:
Timestamp:
Jul 4, 2009, 9:50:22 AM (15 years ago)
Author:
george
Message:
  • Přidáno: Funkce pro generování patchlistu.
  • Přidáno: Testovací funkce pro čtení z logovací roury.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/shell.php

    r51 r53  
    112112        }
    113113      } else
     114      if($Command == 'ServerProcessLogPipe')
     115      {
     116        if((count($_SERVER['argv']) > 2) and is_numeric($_SERVER['argv'][2]))
     117        {
     118          $Server = new Server($this->Database, $_SERVER['argv'][2]);
     119          $Server->ProcessLog();
     120        } else $Output = 'Jako druhý parameter je nutno zadat Id serveru.';
     121      } else
    114122      if($Command == 'HistoryUpdate')
    115123      {
Note: See TracChangeset for help on using the changeset viewer.