Index: branches/5.1.x/core/kernel/application.php =================================================================== diff -u -N -r13173 -r13391 --- branches/5.1.x/core/kernel/application.php (.../application.php) (revision 13173) +++ branches/5.1.x/core/kernel/application.php (.../application.php) (revision 13391) @@ -1,6 +1,6 @@ redirect using HTTP header // header('HTTP/1.1 302 Found'); - header("$location"); + header("$location", true, $response_code); } } }