Quote:
Originally Posted by techno
No, it doesn't for me...or any of my users.
Any ideas as to why, or how I could force it to redirect to the proper page?
|
There are 2 lines of code to pay attention to in shoutbox.php:
PHP Code:
header("Location: $_SERVER[HTTP_REFERER]");
exit;
Now, you can change $_SERVER[HTTP_REFERER] to a relative URL to redirect them to a certain page, or change both lines to this to redirect to the shoutbox: