Changeset 62 for trunk/www/index.php


Ignore:
Timestamp:
Aug 5, 2009, 7:30:23 AM (15 years ago)
Author:
george
Message:
  • Opraveno: Při aktualizaci realmu neanačítat soubory databáze serveru a naopak.
  • Opraveno: Zobrazování podstránek ladících výstupů realmů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/index.php

    r59 r62  
    142142        $Output .= $EmulatorView->AddFinish();
    143143      } else     
    144       if($_GET['Action'] == 'ServerDebug')
    145       {
    146         $DebugView = new DebugView($this->Database, $this->System);
    147         $Output .= $DebugView->Item();
    148       } else     
    149144      if($_GET['Action'] == 'ClientList')
    150145      {
     
    157152        $Output .= $BackupView->ItemList();
    158153      } else     
     154      if($_GET['Action'] == 'DebugView')
     155      {
     156        $DebugView = new DebugView($this->Database, $this->System);
     157        $Output .= $DebugView->Item();
     158      } else     
    159159      if($_GET['Action'] == 'DebugList')
    160160      {
Note: See TracChangeset for help on using the changeset viewer.