Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2244

phpBB Custom Coding • Re: Tried to redirect to potentially insecure url from ucp login

$
0
0
Are you using login_box()?
The way I would do it is to change line 2427 in includes/functions.php:

Code:

redirect($redirect);
to

Code:

redirect($redirect,,TRUE);
That allows the login to redirect to a different webpage by enabling that $disable_cd_check

Statistics: Posted by Brf — Thu Mar 27, 2025 12:41 pm



Viewing all articles
Browse latest Browse all 2244

Trending Articles