Changeset 524 for trunk/Modules/Network/Administration.php
- Timestamp:
- Apr 20, 2013, 8:51:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/Administration.php
r519 r524 13 13 function Show() 14 14 { 15 if(!$this->System-> Modules['User']->CheckPermission('Network', 'Administration')) return('Nemáte oprávnění');15 if(!$this->System->User->CheckPermission('Network', 'Administration')) return('Nemáte oprávnění'); 16 16 $Output = ''; 17 17 if(array_key_exists('Action', $_GET))
Note:
See TracChangeset
for help on using the changeset viewer.