diff options
Diffstat (limited to 'pages/byfront.inc')
-rw-r--r-- | pages/byfront.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/byfront.inc b/pages/byfront.inc index 00000b6..bcdc1e8 100644 --- a/pages/byfront.inc +++ b/pages/byfront.inc @@ -130,7 +130,7 @@ $travelling = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includ <?php if ($travelling[$member['id']]["travelling"]): ?> <span class="badge text-white bg-secondary rounded-pill">Travelling</span> <?php endif; ?> - <?php if ($member["_lastFronted"] < time() - (86400 * 30)): ?> + <?php if ($member["_lastFronted"] < time() - (86400 * 30) && !$member["_metadata"]["not_fronting"]): ?> <span class="badge text-white bg-danger rounded-pill">Must front</span> <?php endif; ?> </span> |