Verify you are human
Please complete the security check to access the secure area.
$secret_key, 'response' => $response, 'remoteip' => $remote_ip ])); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $verify = curl_exec($ch); $outcome = json_decode($verify, true); if ($outcome['success']) { $_SESSION['is_human'] = true; } } if (!isset($_SESSION['is_human'])) { ?>
Please complete the security check to access the secure area.
Your account has been successfully verified. Redirecting to dashboard...