Update index.php

Because Twenty yelled at me for not doing so.... :C
This commit is contained in:
Eslyium 2020-09-04 20:16:16 -04:00 committed by GitHub
parent b28c4ae8eb
commit 9cbb97ca42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ if(isset($_GET['p'])){
}
$json = json_decode(implode(" ", file('https://raw.githubusercontent.com/Cog-Creators/Red-Index/master/index/1.json')), TRUE);
$json = json_decode(implode(" ", file('https://raw.githubusercontent.com/Cog-Creators/Red-Index/master/index/1-min.json')), TRUE);
$cogs = array();
foreach($json as $source => $sourceData){
foreach($sourceData['rx_cogs'] as $cogId => $cog){