MantisBT: master 4c0ba6e1

Author Committer Branch Timestamp Parent
dregad dregad master 2013-10-20 13:40 master 15fc6619
Affected Issues  0016510: Wrong redirect after installation
Changeset

Fix redirection to login page after install

When installation is started from login page (redirected to install from
core.php), the link to 'Continue to log into Mantis' goes back to
install page instead of login page.

Resolved problem by adding a no-cache header.

Also changed Location header response to 307 instead of default 302.

Fixes 0016510

mod - core.php Diff File