third time's the charm
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2021-07-14 15:46:31 -04:00
parent fcb48e2194
commit fdac0a6e5d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ include __DIR__.'/../header.php';
<?php endforeach; ?>
</p>
<p><strong>os</strong>: <?=$member->os?></p>
<p><strong>channel</strong>: <a href="https://tilde.chat/kiwi/#<?=$member->channel?>"><?=$member->channel?></a></p>
<p><strong>channel</strong>: <a href="https://tilde.chat/kiwi/<?=$member->channel?>"><?=$member->channel?></a></p>
<?php if (!empty($member->created)) { ?>
<p><strong>created</strong>: <?=date("D M jS, Y", strtotime($member->created))?></p>
<?php } ?>