curl_testfile.php edited online with Bitbucket
This commit is contained in:
parent
4272c8abc3
commit
064d616e72
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
$personname = $temp_summarie["response"]["players"][0]["personaname"];
|
||||
/* avatr, avatarmedium, avatarfull */
|
||||
$avatarurl = $temp_summarie["response"]["players"][0]["avatarmedium"];
|
||||
$avatarurl = $temp_summarie["response"]["players"][0]["avatar"];
|
||||
|
||||
|
||||
echo $personname . "hat "."Game-Bans: " .$gameban_output .":". "Vac-Bans: ". $vacban_output;
|
||||
|
|
Reference in a new issue