From 8ee5a98a81b183e52a8ee003622f0dd09777dbd6 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Thu, 15 Dec 2022 11:27:21 -0600 Subject: [PATCH] Add Symos API key --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 1823b1f..f76f8e0 100644 --- a/index.php +++ b/index.php @@ -5,9 +5,9 @@ $zarURL = 'https://api.torn.com/user/?selections=log&key=LDtibInYMdgVnM9n'; $zarLog = json_decode(file_get_contents($zarURL)); $zarData = $zarLog->log; -$symURL = 'https://api.torn.com/user/?selections=log&key='; -// $symLog = json_decode(file_get_contents($symURL)); -// $symData = $symLog->log; +$symURL = 'https://api.torn.com/user/?selections=log&key=lne9TZLuqvFXtK3V'; +$symLog = json_decode(file_get_contents($symURL)); +$symData = $symLog->log; $zarVault = []; $symVault = [];