Topic: redirect_url location

Where is "redirect_url" determined? I'd like to modify the code so it forces it to use port 80 in the redirect_url rather than trying to find out what port the server is using. Is it in the common.js file?

This is the html code you'll find in various .php files citing "redirect_url".

<input type="hidden" name="redirect_url" value="http://.....

Re: redirect_url location

"redirect_url" is user's previous visited page, which is stored in the table "online". The function "get_current_url" in "<FORUM_ROOT>/inlcude/functions.php" is used to get this URL.

Re: redirect_url location

thanks a lot!
i've managed to force it to use port 80 in the address bar smile