Changeset 68 for trunk/www/index.php
- Timestamp:
- Aug 9, 2009, 8:28:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/index.php
r64 r68 296 296 $RealmView = new RealmView($this->Database, $this->System); 297 297 $Output .= $RealmView->Stop(); 298 } else 299 if($_GET['Action'] == 'UpdateRealmCharacters') 300 { 301 $Server = new Server($this->Database, $_GET['Id']); 302 $Output .= $Server->UpdateRealmlistAccountCount(); 298 303 } else 299 304 if($_GET['Action'] == 'Test')
Note:
See TracChangeset
for help on using the changeset viewer.