Domains - show a dash instead of blank where there is no expiry

This commit is contained in:
wrongecho 2025-11-06 12:29:07 +00:00
parent a9a5850fd4
commit 1f2bcf7c34
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
<td><?php echo $domain_dnshost_name_display; ?></td>
<td><?php echo $domain_mailhost_name_display; ?></td>
<td>
<div><?php echo $domain_expire; ?></div>
<div><?php echo $domain_expire ?: '-'; ?></div>
<?php if (!empty($domain_expire)) { ?>
<div><small><?php echo $domain_expire_ago; ?></small></div>
<?php } ?>