aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-12-02 23:54:25 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-12-02 23:54:25 +0000
commit6432e3dd27adb62dcea85a042446e86aa7be8b33 (patch)
tree7486c2dfea3338419aca38f652c7283c88c47c51
parentc495c5ddc7d23a70b5545e51f117cc2d25c17425 (diff)
downloadforums-6432e3dd27adb62dcea85a042446e86aa7be8b33.tar
forums-6432e3dd27adb62dcea85a042446e86aa7be8b33.tar.gz
forums-6432e3dd27adb62dcea85a042446e86aa7be8b33.tar.bz2
forums-6432e3dd27adb62dcea85a042446e86aa7be8b33.tar.xz
forums-6432e3dd27adb62dcea85a042446e86aa7be8b33.zip
Removed 'Redirect' header
git-svn-id: file:///svn/phpbb/trunk@1497 89ea8834-ac86-4346-8a33-228a782c2dd0
-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));
}
}