mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/10737] Add config setting to disable live searches.
PHPBB3-10737
This commit is contained in:
@@ -356,6 +356,8 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'ALLOW_CDN' => 'Allow usage of third party content delivery networks',
|
||||
'ALLOW_CDN_EXPLAIN' => 'If this setting is enabled, some files will be served from external third party servers instead of your server. This reduces the network bandwidth required by your server, but may present a privacy issue for some board administrators. In a default phpBB installation, this includes loading “jQuery” and the font “Open Sans” from Google’s content delivery network.',
|
||||
'ALLOW_LIVE_SEARCHES' => 'Allow live searches',
|
||||
'ALLOW_LIVE_SEARCHES_EXPLAIN' => 'If this setting is enabled, users are provided with keyword suggestions as they type in certain fields throughout the board.',
|
||||
'CUSTOM_PROFILE_FIELDS' => 'Custom profile fields',
|
||||
'LIMIT_LOAD' => 'Limit system load',
|
||||
'LIMIT_LOAD_EXPLAIN' => 'If the system’s 1-minute load average exceeds this value the board will automatically go offline. A value of 1.0 equals ~100% utilisation of one processor. This only functions on UNIX based servers and where this information is accessible. The value here resets itself to 0 if phpBB was unable to get the load limit.',
|
||||
|
Reference in New Issue
Block a user