Changeset 916 for trunk/Modules/Network/UserHosts.php
- Timestamp:
- Dec 7, 2021, 11:08:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/UserHosts.php
r912 r916 12 12 function Show(): string 13 13 { 14 global $Config;15 16 14 if (ModuleUser::Cast($this->System->GetModule('User'))->User->User['Id'] == '') return $this->SystemMessage('Nepovolený přístup', 'Nemáte oprávnění pro tuto operaci'); 17 15 $Output = '<div align="center" style="font-size: small;"><table class="WideTable">';
Note:
See TracChangeset
for help on using the changeset viewer.