aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornomind60s <nomind60s@users.noreply.github.com>2017-04-19 06:34:16 -0600
committernomind60s <nomind60s@users.noreply.github.com>2017-04-19 06:34:16 -0600
commitd0486964cec51ef28c713080fa8f55d231e9582b (patch)
treec6476cfec47b711db2845f6b734102aa7858a145
parentd4ecb910d82e2373805a2b3b34d1a297402fc6c0 (diff)
downloadforums-d0486964cec51ef28c713080fa8f55d231e9582b.tar
forums-d0486964cec51ef28c713080fa8f55d231e9582b.tar.gz
forums-d0486964cec51ef28c713080fa8f55d231e9582b.tar.bz2
forums-d0486964cec51ef28c713080fa8f55d231e9582b.tar.xz
forums-d0486964cec51ef28c713080fa8f55d231e9582b.zip
[ticket/15151] Use redirected link for consistency
Other phpbb.com links used in the core use a redirect rather than a direct link so change to make the Cookie settings link a redirect also. PHPBB3-15151
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 0f3b3f2dc8..7bd5fa903a 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -345,7 +345,7 @@ $lang = array_merge($lang, array(
// Cookie Settings
$lang = array_merge($lang, array(
- 'ACP_COOKIE_SETTINGS_EXPLAIN' => 'These details define the data used to send cookies to your users browsers. In most cases the default values for the cookie settings should be sufficient. If you do need to change any do so with care, incorrect settings can prevent users logging in. If you have problems with users staying logging in to your board, visit the <b><a href="https://www.phpbb.com/support/docs/en/3.1/kb/article/fixing-incorrect-cookie-settings/">phpBB.com Knowledge Base - Fixing incorrect cookie settings</a></b>.',
+ 'ACP_COOKIE_SETTINGS_EXPLAIN' => 'These details define the data used to send cookies to your users browsers. In most cases the default values for the cookie settings should be sufficient. If you do need to change any do so with care, incorrect settings can prevent users logging in. If you have problems with users staying logging in to your board, visit the <b><a href="https://www.phpbb.com/support/go/cookie-settings/">phpBB.com Knowledge Base - Fixing incorrect cookie settings</a></b>.',
'COOKIE_DOMAIN' => 'Cookie domain',
'COOKIE_DOMAIN_EXPLAIN' => 'In most cases the cookie domain is optional. Leave it blank if you are unsure.<br /><br /> In the case where you have a board integrated with other software or have multiple domains, then to determine the cookie domain you need to do the following. If you have something like <i>example.com</i> and <i>forums.example.com</i>, or perhaps <i>forums.example.com</i> and <i>blog.example.com</i>. Remove the subdomains until you find the common domain, <i>example.com</i>. Now add a dot in front of the common domain and you would enter .example.com (note the dot at the beginning).',