Changeset 33 for trunk/www/platform.php
- Timestamp:
- Jun 15, 2009, 7:22:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/platform.php
r32 r33 44 44 function State() 45 45 { 46 global $Config; 47 46 48 $State = array(); 47 49 $State['MemoryUsed'] = $this->MemoryUsage(); … … 69 71 $DbRow = $DbResult->fetch_row(); 70 72 $State['TaskQueued'] = $DbRow[0]; 73 $State['ServerMaxCount'] = $Config['MaxServerCount']; 71 74 return($State); 72 75 }
Note:
See TracChangeset
for help on using the changeset viewer.