Changeset 20 for trunk/www/page.php
- Timestamp:
- Jun 12, 2009, 11:18:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/page.php
r18 r20 35 35 $Output .= ' <a href="?Action=ServerDebug">Ladící záznamy</a>'; 36 36 } 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>'; 38 38 if($this->System->Modules['User']->User['Role'] == USER_ROLE_ADMINISTRATOR) 39 39 { … … 55 55 $Time = round(GetMicrotime() - $ScriptTimeStart, 2); 56 56 $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> |'; 58 58 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 |'; 59 59 $Output .= '</i></div></body></html>';
Note:
See TracChangeset
for help on using the changeset viewer.