diff options
Diffstat (limited to 'api/cloudburst.php')
-rw-r--r-- | api/cloudburst.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/api/cloudburst.php b/api/cloudburst.php new file mode 100644 index 0000000..3002e00 --- /dev/null +++ b/api/cloudburst.php @@ -0,0 +1,6 @@ +<?php + +header("Content-Type: text/plain"); + +$fronters = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/ynmuc-fronters.json"), true); +echo($fronters['members'][0]['display_name'] ?? $fronters['members'][0]['name']);
\ No newline at end of file |