From 6432e3dd27adb62dcea85a042446e86aa7be8b33 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 2 Dec 2001 23:54:25 +0000 Subject: [PATCH] Removed 'Redirect' header git-svn-id: file:///svn/phpbb/trunk@1497 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install.php | 1 - phpBB/posting.php | 3 --- 2 files changed, 4 deletions(-) diff --git a/phpBB/install.php b/phpBB/install.php index 77875b72e5..90e2233c1e 100644 --- a/phpBB/install.php +++ b/phpBB/install.php @@ -325,7 +325,6 @@ else } else { - header("HTTP/1.0 302 Redirect"); header("Location: " . append_sid("index.$phpEx", true)); } } diff --git a/phpBB/posting.php b/phpBB/posting.php index 0c882e92bc..f56b639e8f 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -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)); } }