This commit is contained in:
Lanta 2023-11-16 13:49:37 +01:00
parent 36b11820b7
commit 5ee4e092e9

View file

@ -17,6 +17,7 @@
$clanInfoPath = './data/claninfo.json';
$clanmembersfile = './config/clanmembers.json';
$clanmembers = json_decode(file_get_contents($clanmembersfile), true);
print_r($clanmembers);
if (file_exists($clanInfoPath)) {
$clan = json_decode(file_get_contents($clanInfoPath), true);
if (isset($clan) && !empty($clan)) {