Changeset 874 for trunk/Modules/Network/HostList.php
- Timestamp:
- Apr 6, 2020, 11:56:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/HostList.php
r873 r874 12 12 { 13 13 if (!$this->System->User->CheckPermission('Network', 'ShowHostList')) 14 return ('Nemáte oprávnění');14 return 'Nemáte oprávnění'; 15 15 16 16 if (array_key_exists('admin', $_GET)) $Where = 'AND NetworkDevice.Type IN (1,4,5) '; … … 52 52 } 53 53 $Output .= '</table></div>'; 54 return ($Output);54 return $Output; 55 55 } 56 56 }
Note:
See TracChangeset
for help on using the changeset viewer.