summaryrefslogtreecommitdiff
path: root/api/me.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-08-26 22:29:23 +0200
committerMinteck <contact@minteck.org>2022-08-26 22:29:23 +0200
commit09bd0164ebc020a54b944b7326dcba496fb5d82c (patch)
tree0c5e765e627ecc94e534ccb6e2bc83917d58dc4c /api/me.php
parenta2df9a69dcc14cb70118cda2ded499055e7ee358 (diff)
downloadpluralconnect-09bd0164ebc020a54b944b7326dcba496fb5d82c.tar.gz
pluralconnect-09bd0164ebc020a54b944b7326dcba496fb5d82c.tar.bz2
pluralconnect-09bd0164ebc020a54b944b7326dcba496fb5d82c.zip
idk when was the last commit so I'm making a new one - Violet Dawn
Diffstat (limited to 'api/me.php')
-rw-r--r--api/me.php6
1 files changed, 3 insertions, 3 deletions
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"}');
}