aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install.php
diff options
context:
space:
mode:
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));
}
}