Changeset 41 for trunk/www/server.php
- Timestamp:
- Jun 16, 2009, 6:47:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/server.php
r40 r41 76 76 'mysql --user=server'.$this->Id.' --password=server'.$this->Id.' server'.$this->Id.'_realmd < emulator/'.$this->Server['Database']['Emulator']['Id'].'/share/mangos/sql/realmd.sql', 77 77 'mysql --user=server'.$this->Id.' --password=server'.$this->Id.' server'.$this->Id.'_characters < emulator/'.$this->Server['Database']['Emulator']['Id'].'/share/mangos/sql/characters.sql', 78 'php www/shell.php ServerDatabaseChange '.$this-> Server['Database']['Id'],79 'php www/shell.php ServerUnLock '.$this r->Id,78 'php www/shell.php ServerDatabaseChange '.$this->Id.' '.$this->Server['Database']['Id'], 79 'php www/shell.php ServerUnLock '.$this->Id, 80 80 )); 81 81 $this->Task->Add('Inicializace databáze', $CommandList); … … 86 86 { 87 87 $this->Lock(); 88 $this->SaveConfiguration(); 88 89 $this->Task->Add('Start emulátoru', array( 89 90 'php www/shell.php ServerLock '.$this->Id,
Note:
See TracChangeset
for help on using the changeset viewer.