mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Domains - show a dash instead of blank where there is no expiry
This commit is contained in:
@@ -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 } ?>
|
||||
|
||||
Reference in New Issue
Block a user