mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Some additional error checking in the install to make sure that the server's php configuration is going to work with phpBB2.. (two new lines in lang_admin.php sorry translators, & please don't shoot me Paul :D )
git-svn-id: file:///svn/phpbb/trunk@2012 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -697,8 +697,12 @@ $lang['Upgrade'] = "Upgrade";
|
||||
|
||||
$lang['Install_Method'] = "Choose your installation method";
|
||||
|
||||
$lang['Install_No_Ext'] = "The php configuration on your server doesn't support the database type that you choose";
|
||||
|
||||
$lang['Install_No_PCRE'] = "phpBB2 Requires the Perl-Compatible Regular Expressions Module for php which your php configuration doesn't appear to support!";
|
||||
|
||||
//
|
||||
// That's all Folks!
|
||||
// -------------------------------------------------
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user