mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-03 06:08:05 +02:00
- tiny "last minute" change
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5401 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5ddf1f6c59
commit
e74141a4fc
phpBB
@ -220,7 +220,7 @@ while ( $row = $db->sql_fetchrow($result) )
|
||||
|
||||
if (file_exists('install') || file_exists('contrib'))
|
||||
{
|
||||
message_die(GENERAL_MESSAGE, 'Please ensure both the install/ and contrib/ directories are deleted');
|
||||
message_die(GENERAL_MESSAGE, 'Please_remove_install_contrib');
|
||||
}
|
||||
|
||||
//
|
||||
|
@ -1015,6 +1015,7 @@ $lang['A_critical_error'] = 'A Critical Error Occurred';
|
||||
|
||||
$lang['Admin_reauthenticate'] = 'To administer the board you must re-authenticate yourself.';
|
||||
$lang['Login_attempts_exceeded'] = 'The maximum number of %s login attempts has been exceeded. You are not allowed to login for the next %s minutes.';
|
||||
$lang['Please_remove_install_contrib'] = 'Please ensure both the install/ and contrib/ directories are deleted';
|
||||
|
||||
//
|
||||
// That's all, Folks!
|
||||
|
Loading…
x
Reference in New Issue
Block a user