Changeset 59 for trunk/www/index.php


Ignore:
Timestamp:
Aug 4, 2009, 7:47:36 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Zobrazení standarního a chybového výstupu úloh.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/index.php

    r57 r59  
    201201        $TaskView = new TaskView($this->Database, $this->System);
    202202        $Output .= $TaskView->ItemList();
     203      } else     
     204      if($_GET['Action'] == 'TaskShowErrorLog')
     205      {
     206        $TaskView = new TaskView($this->Database, $this->System);
     207        $Output .= $TaskView->ErrorLog();
     208      } else     
     209      if($_GET['Action'] == 'TaskShowStandardLog')
     210      {
     211        $TaskView = new TaskView($this->Database, $this->System);
     212        $Output .= $TaskView->StandardLog();
    203213      } else     
    204214      if($_GET['Action'] == 'Update')
Note: See TracChangeset for help on using the changeset viewer.