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:
@@ -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');
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user