aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/board.php
diff options
context:
space:
mode:
authornomind60s <nomind60s@users.noreply.github.com>2017-03-29 14:42:02 -0600
committernomind60s <nomind60s@users.noreply.github.com>2017-03-29 14:42:02 -0600
commitd4ecb910d82e2373805a2b3b34d1a297402fc6c0 (patch)
tree352c623fde9ccbe074ee8ba0daa7148f1ff70719 /phpBB/language/en/acp/board.php
parent5bf3e4b3c64e7b61153ce1613f61f34f02f6d584 (diff)
downloadforums-d4ecb910d82e2373805a2b3b34d1a297402fc6c0.tar
forums-d4ecb910d82e2373805a2b3b34d1a297402fc6c0.tar.gz
forums-d4ecb910d82e2373805a2b3b34d1a297402fc6c0.tar.bz2
forums-d4ecb910d82e2373805a2b3b34d1a297402fc6c0.tar.xz
forums-d4ecb910d82e2373805a2b3b34d1a297402fc6c0.zip
[ticket/15151] ACP Cookie settings explanatory text
Fixed extraneous whitespace at end of line. PHPBB3-15151
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-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 d8adf8041a..0f3b3f2dc8 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -348,7 +348,7 @@ $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>.',
'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).',
+ '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).',
'COOKIE_NAME' => 'Cookie name',
'COOKIE_NAME_EXPLAIN' => 'This can be anything what you want, make it original. Whenever the cookie settings are changed the name of the cookie should be changed.',
'COOKIE_PATH' => 'Cookie path',