mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
Bug #325
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5231 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user