aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 66a40e022b..dd4b8f68fa 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -110,7 +110,7 @@ require($phpbb_root_path . 'config.' . $phpEx);
if (!defined('PHPBB_INSTALLED'))
{
- redirect($phpbb_root_path . 'install/index.' . $phpEx);
+ header('Location: install/index.' . $phpEx);
exit;
}