Changeset 48 for trunk/www/server.php


Ignore:
Timestamp:
Jun 20, 2009, 1:46:49 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Změna typu databáze z MyISAM na InnoDB a doplnění cizích klíčů.
  • Přidáno: Zobrazení počtu databází ve stavu systému.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/server.php

    r46 r48  
    162162      $State['CharacterCount'] = 0;
    163163      $State['AccountCount'] = 0;
     164      $State['Uptime'] = 0;
    164165    }
    165166    $State['UsedMemory'] = $this->GetUsedMemory();
Note: See TracChangeset for help on using the changeset viewer.