blob: 510d5d4a8bf3c7dc923d9dd4d8e62a8d616a9d42 (
plain)
1
2
3
4
5
|
<?php
$config = json_decode(file_get_contents($_SERVER["DOCUMENT_ROOT"] . "/data/pluralkit.json"), true);
header("Content-Type: application/json");
die(file_get_contents("https://api.pluralkit.me/v2/systems/$config[system]/members"));
|