Changeset 59 for trunk/www/index.php
- Timestamp:
- Aug 4, 2009, 7:47:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/index.php
r57 r59 201 201 $TaskView = new TaskView($this->Database, $this->System); 202 202 $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(); 203 213 } else 204 214 if($_GET['Action'] == 'Update')
Note:
See TracChangeset
for help on using the changeset viewer.