Changeset 833 for trunk/Modules/Network/HostList.php
- Timestamp:
- Jul 3, 2016, 1:41:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/HostList.php
r790 r833 11 11 function Show() 12 12 { 13 if(!$this->System->User->CheckPermission('Network', 'ShowHostList')) 14 return('Nemáte oprávnění'); 15 13 16 if(array_key_exists('admin', $_GET)) $Where = 'AND NetworkDevice.Type IN (1,4,5) '; 14 17 else $Where = '';
Note:
See TracChangeset
for help on using the changeset viewer.