= $proxy["prefix"] ?>= $proxy["suffix"] !== "" && $proxy["suffix"] !== null ? "..." . $proxy["suffix"] : "" ?>
Pronouns:
= $memberData["pronouns"] ?>
Last fronted:
(started " . trim(timeAgo(json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/$systemID-fronters.json"), true)["timestamp"])) . ")");
} else {
$switches = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/$systemID-switches.json"), true);
$thisMember = array_filter($switches, function ($item) {
global $memberData;
return in_array($memberData["id"], $item["members"]);
});
$thisMember = array_values($thisMember);
$thisIndex = array_search($thisMember[0], $switches);
$frontingStart = $thisMember[0];
$frontingEnd = $switches[$thisIndex - 1];
if ($frontingEnd === null) {
echo("A long time ago