printr cleanup
This commit is contained in:
parent
ab5d2bbe71
commit
9e70ea11f8
1 changed files with 0 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue