From 0a93be3d46d162dc4272bce67c325653f98d8f51 Mon Sep 17 00:00:00 2001 From: lub Date: Sun, 3 Aug 2025 09:50:10 +0200 Subject: [PATCH] variable name typo --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.