Add Symos API key
This commit is contained in:
@@ -5,9 +5,9 @@ $zarURL = 'https://api.torn.com/user/?selections=log&key=LDtibInYMdgVnM9n';
|
|||||||
$zarLog = json_decode(file_get_contents($zarURL));
|
$zarLog = json_decode(file_get_contents($zarURL));
|
||||||
$zarData = $zarLog->log;
|
$zarData = $zarLog->log;
|
||||||
|
|
||||||
$symURL = 'https://api.torn.com/user/?selections=log&key=';
|
$symURL = 'https://api.torn.com/user/?selections=log&key=lne9TZLuqvFXtK3V';
|
||||||
// $symLog = json_decode(file_get_contents($symURL));
|
$symLog = json_decode(file_get_contents($symURL));
|
||||||
// $symData = $symLog->log;
|
$symData = $symLog->log;
|
||||||
|
|
||||||
$zarVault = [];
|
$zarVault = [];
|
||||||
$symVault = [];
|
$symVault = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user