mirror of https://github.com/itflow-org/itflow
Domains - only show time to expire when there is an expiry date set (otherwise it shows epoch 56 years ago)
This commit is contained in:
parent
09f3bfd8f4
commit
a9a5850fd4
|
|
@ -308,7 +308,9 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
|||
<td><?php echo $domain_mailhost_name_display; ?></td>
|
||||
<td>
|
||||
<div><?php echo $domain_expire; ?></div>
|
||||
<?php if (!empty($domain_expire)) { ?>
|
||||
<div><small><?php echo $domain_expire_ago; ?></small></div>
|
||||
<?php } ?>
|
||||
</td>
|
||||
<?php if (!$client_url) { ?>
|
||||
<td><a href="domains.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a></td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue