Merge pull request #5951 from homersimpsons/refactor/remove-useless-call

remove useless redirect
This commit is contained in:
David Anderson 2024-12-13 17:06:08 -08:00 committed by GitHub
commit 275a2a42b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -35,9 +35,6 @@ $next_url = urldecode($next_url);
$next_url = sanitize_local_url($next_url);
$next_url = urlencode($next_url);
$u = "user_agreetermsofuse.php?next_url=".$next_url;
redirect_to_secure_url($u);
page_head(tra("Agree to our Terms of Use."));
user_agreetermsofuse_form($next_url);