Clan info updated with clanmembers and clickable to latest matches #123

Merged
OpzekerIT merged 7 commits from dev into main 2023-11-16 12:57:22 +00:00
Showing only changes of commit c90ca4970a - Show all commits

View file

@ -17,7 +17,6 @@
$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)) {