Changeset 41 for trunk/www/server.php


Ignore:
Timestamp:
Jun 16, 2009, 6:47:25 PM (15 years ago)
Author:
george
Message:
  • Opraveno: Zobrazovat pouze zálohy daného uživatele.
  • Opraveno: Chyba nastavování času ukončení úloh.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/server.php

    r40 r41  
    7676      'mysql --user=server'.$this->Id.' --password=server'.$this->Id.' server'.$this->Id.'_realmd < emulator/'.$this->Server['Database']['Emulator']['Id'].'/share/mangos/sql/realmd.sql',
    7777      '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 '.$thisr->Id,
     78      'php www/shell.php ServerDatabaseChange '.$this->Id.' '.$this->Server['Database']['Id'],
     79      'php www/shell.php ServerUnLock '.$this->Id,
    8080    ));   
    8181    $this->Task->Add('Inicializace databáze', $CommandList);
     
    8686  {
    8787    $this->Lock();
     88    $this->SaveConfiguration();
    8889    $this->Task->Add('Start emulátoru', array(
    8990      'php www/shell.php ServerLock '.$this->Id,
Note: See TracChangeset for help on using the changeset viewer.