Ignore:
Timestamp:
Jun 9, 2009, 10:39:27 AM (15 years ago)
Author:
george
Message:
  • Přidáno: Třída Emulator pro zastřešení funkcí kolem emulátorů.
  • Přidáno: Metody pro spuštění a zastavení emulátoru.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/process_tasks.php

    r4 r5  
    88while($Task = $DbResult->fetch_assoc())
    99{
    10   echo('Provádím '.$Task['Command']."...\n");
     10  echo('Provádím '.$Task['Title']."...\n");
    1111  foreach(explode("\n", $Task['CommandList']) as $Command)
    1212  {
    1313    $Output = array();
     14    echo($Command."\n");
    1415    exec($Command, $Output);
    1516    echo(implode("\n", $Output));
Note: See TracChangeset for help on using the changeset viewer.