summaryrefslogtreecommitdiff
path: root/pages/api/cloudburst.php
blob: 2750a98948c94dd6c1bc06767af76a94b9cfd31c (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']);