From e95b208af90cc386a7d8d1bcab426727cf4f0121 Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 21 Sep 2022 22:42:33 +0200 Subject: Update time --- includes/short.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'includes/short.php') diff --git a/includes/short.php b/includes/short.php index dec0e09..59b3cae 100644 --- a/includes/short.php +++ b/includes/short.php @@ -11,7 +11,12 @@ $members = scoreOrderGlobal(); $list = [ "rd" => "/raindrops", "cb" => "/cloudburst", - "minty" => "/cloudy" + "minty" => "/cloudydreams", + "cloudy" => "/cloudydreams", + "zipp" => "/zippstorm", + "babs" => "/babsseed", + "frost" => "/frostcrystals", + "violet" => "/violetdawn" ]; foreach ($members as $member) { -- cgit