aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/install.php1
-rw-r--r--phpBB/posting.php3
2 files changed, 0 insertions, 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));
}
}