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