mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/13740] Exit from installation if phpBB is already installed
PHPBB3-13740
This commit is contained in:
@@ -113,7 +113,8 @@ $lang = array_merge($lang, array(
|
||||
|
||||
// General error messages
|
||||
$lang = array_merge($lang, array(
|
||||
'INST_ERR_MISSING_DATA' => 'You must fill out all fields in this block.',
|
||||
'INST_ERR_MISSING_DATA' => 'You must fill out all fields in this block.',
|
||||
'PHPBB_ALREADY_INSTALLED' => 'phpBB is already installed.'
|
||||
));
|
||||
|
||||
// Data obtaining translations
|
||||
|
Reference in New Issue
Block a user