blob: ae4b19625f832ec9888b31f900f793d21b9f259d (
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]/list"));
|