Changeset 33 for trunk/www/platform.php


Ignore:
Timestamp:
Jun 15, 2009, 7:22:15 AM (15 years ago)
Author:
george
Message:
  • Přidáno: Tabulka News pro uchování aktualit webu. Zobrazení aktualit na úvodní stránce.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/platform.php

    r32 r33  
    4444  function State()
    4545  {
     46    global $Config;
     47   
    4648    $State = array();
    4749    $State['MemoryUsed'] = $this->MemoryUsage();
     
    6971    $DbRow = $DbResult->fetch_row();
    7072    $State['TaskQueued'] = $DbRow[0];
     73    $State['ServerMaxCount'] = $Config['MaxServerCount'];
    7174    return($State);
    7275  }
Note: See TracChangeset for help on using the changeset viewer.