Wildcard domain fixes

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2020-11-01 08:23:08 +01:00
parent bfeef2669e
commit 8877285302
11 changed files with 1010 additions and 1001 deletions

View File

@ -22,18 +22,17 @@
<?php if(Registry::get('auditor_user') == 0 || RESTRICTED_AUDITOR == 0) { ?>
<tr>
<td><?php print $text_groups; ?>:</td>
<td><?php print $groups; ?></td>
</tr>
<?php if($wildcard_domains) { ?>
<tr>
<td>Wildcard domains:</td>
<td><?php print $text_wildcard_domains; ?>:</td>
<td><?php print $wildcard_domains; ?></td>
</tr>
<?php } ?>
<tr>
<td><?php print $text_groups; ?>:</td>
<td><?php print $groups; ?></td>
</tr>
<?php } ?>