diff options
Diffstat (limited to 'api/me.php')
-rw-r--r-- | api/me.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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"}'); } |