1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 02:36:38 +02:00

minor redirect fixes (please review)

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3564 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-02-27 13:05:28 +00:00
parent e3138ed2c4
commit 4367a190c7
3 changed files with 3 additions and 3 deletions

View File

@@ -443,7 +443,7 @@ if (@file_exists(@phpbb_realpath('config.'.$phpEx)))
// Is phpBB already installed? Yes? Redirect to the index
if (defined("PHPBB_INSTALLED"))
{
redirect('index.'.$phpEx);
redirect('../index.'.$phpEx);
}
// Import language file, setup template ...