From 09bd0164ebc020a54b944b7326dcba496fb5d82c Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 26 Aug 2022 22:29:23 +0200 Subject: idk when was the last commit so I'm making a new one - Violet Dawn --- api/me.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'api/me.php') diff --git a/api/me.php b/api/me.php index 048bcd4..d8117de 100644 --- a/api/me.php +++ b/api/me.php @@ -6,8 +6,8 @@ global $_PROFILE; header("Content-Type: application/json"); -if ($_PROFILE['name'] === "Cloudburst System") { - die('{"name": "Cloudburst System", "id": "cloudburst", "pluralkit": "ynmuc"}'); -} else { +if ($_PROFILE['login'] === "raindrops") { die('{"name": "Raindrops System", "id": "raindrops", "pluralkit": "gdapd"}'); +} else { + die('{"name": "Cloudburst System", "id": "cloudburst", "pluralkit": "ynmuc"}'); } -- cgit