summaryrefslogtreecommitdiff
path: root/api/cloudburst.php
blob: efdcd73c33f9b7be6c7b9d1ea050cccd6851ab4f (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/content.html"), true);
echo($fronters['members'][0]['display_name'] ?? $fronters['members'][0]['name']);