From 6432e3dd27adb62dcea85a042446e86aa7be8b33 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 2 Dec 2001 23:54:25 +0000 Subject: Removed 'Redirect' header git-svn-id: file:///svn/phpbb/trunk@1497 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/install.php') 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)); } } -- cgit v1.2.1