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