Changeset 430 for trunk/index.php
- Timestamp:
- Oct 11, 2012, 7:16:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r427 r430 87 87 if($this->System->Modules['User']->CheckPermission('Network', 'Administration')) 88 88 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/network/administration.php">Správa sítě</a><br />'; 89 if($this->System->Modules['User']->CheckPermission('IS', 'Manage')) 90 $Output .= '<a href="'.$this->System->Link('/is/').'">Správa dat</a><br />'; 89 91 return($Output); 90 92 }
Note:
See TracChangeset
for help on using the changeset viewer.