Changeset 62 for trunk/www/index.php
- Timestamp:
- Aug 5, 2009, 7:30:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/index.php
r59 r62 142 142 $Output .= $EmulatorView->AddFinish(); 143 143 } else 144 if($_GET['Action'] == 'ServerDebug')145 {146 $DebugView = new DebugView($this->Database, $this->System);147 $Output .= $DebugView->Item();148 } else149 144 if($_GET['Action'] == 'ClientList') 150 145 { … … 157 152 $Output .= $BackupView->ItemList(); 158 153 } else 154 if($_GET['Action'] == 'DebugView') 155 { 156 $DebugView = new DebugView($this->Database, $this->System); 157 $Output .= $DebugView->Item(); 158 } else 159 159 if($_GET['Action'] == 'DebugList') 160 160 {
Note:
See TracChangeset
for help on using the changeset viewer.