git-svn-id: file:///svn/phpbb/trunk@6018 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2006-06-07 10:10:53 +00:00
parent 5f34b5d150
commit 5232ded67e

View file

@ -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;
}