diff --git a/components/members.php b/components/members.php index 386d62af667e265530e5810c29c0ef9562386ec9..4b08f401ae7feab8868bce4486c390fb9a9d5eb6 100644 --- a/components/members.php +++ b/components/members.php @@ -48,11 +48,11 @@ if ($session->loggedin) { $homedir = explode('/', $usernames[0]['homedir']); $usernames[0]['acctype'] = ucfirst($homedir[2]); // Project - if (file_exists($usernames[0]['homedir'] . '/.project')) { + if (file_exists($usernames[0]['homedir'] . '/.project') && ! is_link($usernames[0]['homedir'] . '/.project')) { $usernames[0]['project'] = file_get_contents($usernames[0]['homedir'] . '/.project'); } // Plan - if (file_exists($usernames[0]['homedir'] . '/.plan')) { + if (file_exists($usernames[0]['homedir'] . '/.plan') && ! is_link($usernames[0]['homedir'] . '/.plan')) { $usernames[0]['plan'] = file_get_contents($usernames[0]['homedir'] . '/.plan'); } // Website diff --git a/static/About/History.txt b/static/About/History.txt index bc4a00d9310444230b48525533de450515389fcd..a825002a4cc11019c7a493ef768296b9a395bd77 100644 --- a/static/About/History.txt +++ b/static/About/History.txt @@ -29,7 +29,7 @@ elbows (Laurence Sebastian Bowes) unreturnable (Isabel Jenkins) -coatlus (Megan Warren-Davis) +coatlus (Quetzal Mac Creamer Shorey) andy (Andrew Vincent Pover) gigosaurus (Christopher Lindsay Manners)