From 93b37b24c2d546a2bc80830508d64338a24f9afa Mon Sep 17 00:00:00 2001 From: Mate Bartus Date: Wed, 4 Nov 2015 14:00:59 +0100 Subject: [ticket/14269] Use http_exceptions in the installer instead of die() PHPBB3-14269 --- phpBB/language/en/install.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phpBB/language/en/install.php') diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 6097bd66bb..2341a12842 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -82,6 +82,9 @@ $lang = array_merge($lang, array(

Only those databases supported on your server will be displayed.', 'ACP_LINK' => 'Take me to the ACP', + + 'INSTALL_PHPBB_IS_ALREADY_INSTALLED' => 'phpBB is already installed.', + 'INSTALL_PHPBB_IS_NOT_INSTALLED' => 'phpBB is not installed yet.' )); // Requirements translation -- cgit v1.2.1