1
0
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:
Paul S. Owen 2001-12-02 23:54:25 +00:00
parent c495c5ddc7
commit 6432e3dd27
2 changed files with 0 additions and 4 deletions

View File

@ -325,7 +325,6 @@ else
}
else
{
header("HTTP/1.0 302 Redirect");
header("Location: " . append_sid("index.$phpEx", true));
}
}

View File

@ -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));
}
}