variable name typo

main
lub 2 weeks ago
parent 3eae79acf8
commit 0a93be3d46

@ -60,7 +60,7 @@ if (isset($_GET['secret']) && $_GET['secret'] === REGISTRATION_PASSWORD) {
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch); $response = curl_exec($ch);
if (curl_error($ch) || curl_getinfo($ch, CURLINFO_HTTP_CODE) !== 200) { if (curl_error($ch) || curl_getinfo($ch, CURLINFO_HTTP_CODE) !== 200) {
$decoded_response = json_decode($resposne); $decoded_response = json_decode($response);
?> ?>
Registration for "<?php echo $username ?>" unsuccessful. Please try again later. Registration for "<?php echo $username ?>" unsuccessful. Please try again later.

Loading…
Cancel
Save