aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install.php
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 /phpBB/install.php
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
Diffstat (limited to 'phpBB/install.php')
-rw-r--r--phpBB/install.php1
1 files changed, 0 insertions, 1 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));
}
}