mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
some fixes... most importantly the ability to update the board with the automatic files while having fsockopen disabled (instead, the update file information will be used, which may be inaccurate if the admin did a mistake).
git-svn-id: file:///svn/phpbb/trunk@7818 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -56,8 +56,6 @@ $lang = array_merge($lang, array(
|
||||
'BOT_STYLE' => 'Bot style',
|
||||
'BOT_STYLE_EXPLAIN' => 'The style used for the board by the bot.',
|
||||
'BOT_UPDATED' => 'Existing bot updated successfully.',
|
||||
'BOT_VIS' => 'Bot visible',
|
||||
'BOT_VIS_EXPLAIN' => 'Allow bot to be seen by all users in online lists.',
|
||||
|
||||
'ERR_BOT_AGENT_MATCHES_UA' => 'The bot agent you supplied is similar to the one you are currently using. Please adjust the agent for this bot.',
|
||||
'ERR_BOT_NO_IP' => 'The IP addresses you supplied were invalid or the hostname could not be resolved.',
|
||||
|
Reference in New Issue
Block a user