Changeset 68 for trunk/www/index.php


Ignore:
Timestamp:
Aug 9, 2009, 8:28:30 AM (15 years ago)
Author:
george
Message:
  • Přidáno: Funkce pro aktualizaci počtu postav v seznamu světů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/index.php

    r64 r68  
    296296        $RealmView = new RealmView($this->Database, $this->System);
    297297        $Output .= $RealmView->Stop();
     298      } else
     299      if($_GET['Action'] == 'UpdateRealmCharacters')
     300      {
     301        $Server = new Server($this->Database, $_GET['Id']);
     302        $Output .= $Server->UpdateRealmlistAccountCount();
    298303      } else
    299304      if($_GET['Action'] == 'Test')
Note: See TracChangeset for help on using the changeset viewer.