diff --git a/index.php b/index.php index 71d0857..1509d02 100644 --- a/index.php +++ b/index.php @@ -60,7 +60,7 @@ if (isset($_GET['secret']) && $_GET['secret'] === REGISTRATION_PASSWORD) { curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch); if (curl_error($ch) || curl_getinfo($ch, CURLINFO_HTTP_CODE) !== 200) { - $decoded_response = json_decode($resposne); + $decoded_response = json_decode($response); ?> Registration for "" unsuccessful. Please try again later.