debug
This commit is contained in:
parent
36b11820b7
commit
5ee4e092e9
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
$clanInfoPath = './data/claninfo.json';
|
$clanInfoPath = './data/claninfo.json';
|
||||||
$clanmembersfile = './config/clanmembers.json';
|
$clanmembersfile = './config/clanmembers.json';
|
||||||
$clanmembers = json_decode(file_get_contents($clanmembersfile), true);
|
$clanmembers = json_decode(file_get_contents($clanmembersfile), true);
|
||||||
|
print_r($clanmembers);
|
||||||
if (file_exists($clanInfoPath)) {
|
if (file_exists($clanInfoPath)) {
|
||||||
$clan = json_decode(file_get_contents($clanInfoPath), true);
|
$clan = json_decode(file_get_contents($clanInfoPath), true);
|
||||||
if (isset($clan) && !empty($clan)) {
|
if (isset($clan) && !empty($clan)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue