1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Replacing the first part of the installer ready for some testing

This will bounce you back to the previous installer part way through


git-svn-id: file:///svn/phpbb/trunk@5654 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-03-18 16:39:05 +00:00
parent 957502a28b
commit de9418db2f
5 changed files with 500 additions and 18 deletions

View File

@@ -77,7 +77,7 @@ require($phpbb_root_path . 'config.'.$phpEx);
if (!defined('PHPBB_INSTALLED'))
{
header('Location: install/install.'.$phpEx);
header('Location: install/index.'.$phpEx);
exit;
}
@@ -138,4 +138,4 @@ if (file_exists('install'))
// trigger_error('REMOVE_INSTALL');
}
?>
?>