summaryrefslogtreecommitdiff
path: root/pages/api/raindrops-two.php
blob: 2fa09f2c29d135bc43f81de90371c512f83ee6ba (plain)
1
2
3
4
5
6
7
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
]));