Changeset 12 for trunk/www/index.php
- Timestamp:
- Jun 11, 2009, 9:37:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/index.php
r11 r12 53 53 if(($this->System->Modules['User']->User['Role'] >= USER_ROLE_USER) and ($this->System->Modules['User']->User['Id'] == $Server->Server['User'])) 54 54 { 55 $Output .= '<br /><a href=" '.$this->System->Config['Web']['Host'].'/mysql/">Správa databáze</a> ';55 $Output .= '<br /><a href="http://'.$this->System->Config['Web']['Host'].'/mysql/">Správa databáze</a> '; 56 56 if(array_key_exists('Id', $Server->Server['Database'])) 57 57 {
Note:
See TracChangeset
for help on using the changeset viewer.