Changeset 197 for trunk/index.php
- Timestamp:
- Apr 27, 2009, 9:12:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r192 r197 160 160 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/finance/manage.php">Správa financí</a><br />'; 161 161 if($this->System->Modules['User']->CheckPermission('Network', 'Administration')) 162 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/ is/administration_page.php">Správa sítě</a><br />';162 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/network/administration.php">Správa sítě</a><br />'; 163 163 return($Output); 164 164 }
Note:
See TracChangeset
for help on using the changeset viewer.