Update index.php
Because Twenty yelled at me for not doing so.... :C
This commit is contained in:
parent
b28c4ae8eb
commit
9cbb97ca42
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user