Changeset 738 for trunk/Modules/Network/UserHosts.php
- Timestamp:
- Apr 14, 2015, 10:20:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/UserHosts.php
r558 r738 14 14 { 15 15 global $Config; 16 16 17 17 if($this->System->User->User['Id'] == '') return($this->SystemMessage('Nepovolený přístup', 'Nemáte oprávnění pro tuto operaci')); 18 18 $Output = '<div align="center" style="font-size: small;"><table class="WideTable">'; … … 36 36 NotBlank($Interface['ExternalIP']).'</td><td>'. 37 37 NotBlank($Interface['MAC']).'</td><td> </td><td> </td></tr>'; 38 } 38 } 39 39 } 40 40 $Output .= '</table></div>';
Note:
See TracChangeset
for help on using the changeset viewer.