0
0
mirror of https://github.com/JRSKelvin/GenshinRepository.git synced 2025-04-24 08:55:13 +00:00

Update getfromapi.php

Arrrghhh... Typo
This commit is contained in:
Rifqi Arief 2021-08-01 12:19:51 +07:00 committed by GitHub
parent d494c8451b
commit ac9f9092f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,6 @@ if ($ResponcURL['message'] != "OK") {
'diffs' => $DataPraUnduh,
);
$Hasil = array_merge($CekApi, $DataTerbaruGabung, $DataPraUnduhGabung);
$Hasil = array_merge($CekAPI, $DataTerbaruGabung, $DataPraUnduhGabung);
print_r(json_encode($Hasil));
}