mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge pull request #4046 from CHItA/ticket/14269
[ticket/14269] Use http_exceptions in the installer instead of die() * CHItA/ticket/14269: [ticket/14269] Change HTTP status codes to 403 [ticket/14269] Fix comments and language var names [ticket/14269] Use http_exceptions in the installer instead of die()
This commit is contained in:
@@ -82,6 +82,9 @@ $lang = array_merge($lang, array(
|
||||
<p>Only those databases supported on your server will be displayed.',
|
||||
|
||||
'ACP_LINK' => 'Take me to <a href="%1$s">the ACP</a>',
|
||||
|
||||
'INSTALL_PHPBB_INSTALLED' => 'phpBB is already installed.',
|
||||
'INSTALL_PHPBB_NOT_INSTALLED' => 'phpBB is not installed yet.'
|
||||
));
|
||||
|
||||
// Requirements translation
|
||||
|
Reference in New Issue
Block a user