diff options
author | Minteck <contact@minteck.org> | 2022-10-18 08:59:09 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-10-18 08:59:09 +0200 |
commit | 2c4ae43e688a9873e86211ea0e7aeb9ba770dd77 (patch) | |
tree | 17848d95522dab25d3cdeb9c4a6450e2a234861f /includes/short.inc | |
parent | 108525534c28013cfe1897c30e4565f9893f3766 (diff) | |
download | pluralconnect-2c4ae43e688a9873e86211ea0e7aeb9ba770dd77.tar.gz pluralconnect-2c4ae43e688a9873e86211ea0e7aeb9ba770dd77.tar.bz2 pluralconnect-2c4ae43e688a9873e86211ea0e7aeb9ba770dd77.zip |
Update
Diffstat (limited to 'includes/short.inc')
-rw-r--r-- | includes/short.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/short.inc b/includes/short.inc index 66d749d..6883cc7 100644 --- a/includes/short.inc +++ b/includes/short.inc @@ -39,7 +39,7 @@ foreach ($members as $member) { $list[$member["uuid"]] = "/" . $member["name"]; } -$list["minty"] = "/cloudy"; +$list["minty"] = "/cloudydreams"; if (in_array($toplevel, array_keys($list)) && $list[$toplevel]) { if ($toplevel !== "unknown") { |