1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5231 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2005-09-27 20:39:00 +00:00
parent 42041b2c14
commit 07e6d084c0
2 changed files with 3 additions and 1 deletions

View File

@@ -185,7 +185,7 @@ include($phpbb_root_path . 'config.'.$phpEx);
if( !defined("PHPBB_INSTALLED") )
{
header("Location: install/install.$phpEx");
header('Location: ' . $phpbb_root_path . 'install/install.' . $phpEx);
exit;
}