diff options
author | Matt Friedman <maf675@gmail.com> | 2014-03-16 15:55:58 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-03-16 15:55:58 -0700 |
commit | 3845a560b681881e0ca2fd9a0e80a18d9e924895 (patch) | |
tree | f5293700b29702f9e45978eb572598e7cb1d6325 /phpBB | |
parent | f9438bcbf700b9d237791390c0ec6aca461e8fd7 (diff) | |
download | forums-3845a560b681881e0ca2fd9a0e80a18d9e924895.tar forums-3845a560b681881e0ca2fd9a0e80a18d9e924895.tar.gz forums-3845a560b681881e0ca2fd9a0e80a18d9e924895.tar.bz2 forums-3845a560b681881e0ca2fd9a0e80a18d9e924895.tar.xz forums-3845a560b681881e0ca2fd9a0e80a18d9e924895.zip |
[ticket/11904] Update explanation for what Allow CDN does
PHPBB3-11904
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 18968d6c97..1d2c979e0c 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -355,7 +355,7 @@ $lang = array_merge($lang, array( 'ACP_LOAD_SETTINGS_EXPLAIN' => 'Here you can enable and disable certain board functions to reduce the amount of processing required. On most servers there is no need to disable any functions. However on certain systems or in shared hosting environments it may be beneficial to disable capabilities you do not really need. You can also specify limits for system load and active sessions beyond which the board will go offline.', '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.', + '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.', '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.', |