summaryrefslogtreecommitdiff
path: root/pages/api/cloudburst-two.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/api/cloudburst-two.php')
-rw-r--r--pages/api/cloudburst-two.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/pages/api/cloudburst-two.php b/pages/api/cloudburst-two.php
new file mode 100644
index 0000000..8272d81
--- /dev/null
+++ b/pages/api/cloudburst-two.php
@@ -0,0 +1,8 @@
+<?php
+
+header("Content-Type: text/plain");
+
+$fronters = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/ynmuc/fronters.json"), true);
+echo(json_encode([
+ "multiple" => count($fronters["members"]) > 1
+])); \ No newline at end of file