summaryrefslogtreecommitdiff
path: root/api/cloudburst.php
blob: 3002e0021a10df39113727d10f4149cdd08ad25e (plain)
1
2
3
4
5
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']);