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