Changeset 20 for trunk/www/page.php


Ignore:
Timestamp:
Jun 12, 2009, 11:18:23 AM (15 years ago)
Author:
george
Message:
  • Přidáno: Generování souboru realmlist.wtf.
  • Upraveno: Uchování portu realmd a worldd v databází namísto výpočtu z Id serveru.
  • Opraveno: Zobrazení hodnot dle skriptů typů v obecné tabulce.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/page.php

    r18 r20  
    3535        $Output .= ' <a href="?Action=ServerDebug">Ladící záznamy</a>';
    3636      } else $Output .= ' <a href="?Action=ServerAdd">Vytvořit vlastní server</a>';
    37       $Output .= ' <a href="'.$this->System->Config['Web']['RootFolder'].'/?Action=UserOptions">Nastavení</a>';
     37      $Output .= ' <a href="'.$this->System->Config['Web']['RootFolder'].'/?Action=UserOptions">Nastavení účtu</a>';
    3838      if($this->System->Modules['User']->User['Role'] == USER_ROLE_ADMINISTRATOR)
    3939      {
     
    5555    $Time = round(GetMicrotime() - $ScriptTimeStart, 2);
    5656    $Output = '<div id="Footer">
    57    <i>| Správa webu: '.$this->System->Config['Web']['Admin'].' | e-mail: '.$this->System->Config['Web']['AdminEmail'].' |';
     57   <i>| Projekt: WoW hosting | Správce: '.$this->System->Config['Web']['Admin'].' | E-mail: '.$this->System->Config['Web']['AdminEmail'].' | <a href="http://svn.zdechov.net/trac/wowhosting/browser">Zdrojové kódy</a> |';
    5858    if($this->System->Config['Web']['ShowRuntimeInfo'] == true) $Output .= ' Doba generování: '.$Time.' s / '.ini_get('max_execution_time').' s | Použitá paměť: '.HumanSize(memory_get_peak_usage(FALSE)).' / '.ini_get('memory_limit').'B |';
    5959        $Output .= '</i></div></body></html>';
Note: See TracChangeset for help on using the changeset viewer.