Are you using login_box()?
The way I would do it is to change line 2427 in includes/functions.php:
toThat allows the login to redirect to a different webpage by enabling that $disable_cd_check
The way I would do it is to change line 2427 in includes/functions.php:
Code:
redirect($redirect);
Code:
redirect($redirect,,TRUE);
Statistics: Posted by Brf — Thu Mar 27, 2025 12:41 pm