mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 07:08:09 +01:00
Removed 'Redirect' header
git-svn-id: file:///svn/phpbb/trunk@1497 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c495c5ddc7
commit
6432e3dd27
@ -325,7 +325,6 @@ else
|
||||
}
|
||||
else
|
||||
{
|
||||
header("HTTP/1.0 302 Redirect");
|
||||
header("Location: " . append_sid("index.$phpEx", true));
|
||||
}
|
||||
}
|
||||
|
@ -661,7 +661,6 @@ if( $cancel )
|
||||
$redirect = "index.$phpEx";
|
||||
$post_append = "";
|
||||
}
|
||||
header("HTTP/1.0 302 Redirect");
|
||||
header("Location:" . append_sid($redirect) . $post_append, true);
|
||||
}
|
||||
//
|
||||
@ -986,7 +985,6 @@ if( !$is_auth[$is_auth_type] )
|
||||
break;
|
||||
}
|
||||
|
||||
header("HTTP/1.0 302 Redirect");
|
||||
header("Location: " . append_sid("login.$phpEx?redirect=posting.$phpEx&" . $redirect, true));
|
||||
|
||||
}
|
||||
@ -1824,7 +1822,6 @@ if( ( $submit || $confirm || $mode == "delete" ) && !$error )
|
||||
}
|
||||
else
|
||||
{
|
||||
header("HTTP/1.0 302 Redirect");
|
||||
header("Location: " . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id", true));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user