diff --git a/vault.php b/vault.php index 99d2860..d318cd1 100644 --- a/vault.php +++ b/vault.php @@ -7,7 +7,7 @@ echo '
';
 print_r($objMoney);
 echo '
'; -$jsonLog = file_get_contents('https://api.torn.com/user/?selections=money&key=LDtibInYMdgVnM9n'); +$jsonLog = file_get_contents('https://api.torn.com/user/?selections=log&key=LDtibInYMdgVnM9n'); $objLog = json_decode($jsonLog); echo '

User API - Log

';