aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/board.php
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2017-09-28 13:53:59 +0200
committerJakub Senko <jakubsenko@gmail.com>2017-09-28 13:53:59 +0200
commit402b7a09737a44262403dadbfccf1fbf6c749b9f (patch)
tree3a05ede57bab51f76875b41134d67796119b0d0f /phpBB/language/en/acp/board.php
parent93621aa1844ab48d9bae068d9872d2c49ae86de4 (diff)
downloadforums-402b7a09737a44262403dadbfccf1fbf6c749b9f.tar
forums-402b7a09737a44262403dadbfccf1fbf6c749b9f.tar.gz
forums-402b7a09737a44262403dadbfccf1fbf6c749b9f.tar.bz2
forums-402b7a09737a44262403dadbfccf1fbf6c749b9f.tar.xz
forums-402b7a09737a44262403dadbfccf1fbf6c749b9f.zip
[ticket/15273] Better explain cookie path
PHPBB3-15273
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 8bb5327028..ee5e82b89f 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -352,7 +352,7 @@ $lang = array_merge($lang, array(
'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',
- 'COOKIE_PATH_EXPLAIN' => 'Note that this is always a slash, it does not matter what your board URL is.',
+ 'COOKIE_PATH_EXPLAIN' => 'This will usually be the same as your script path or simply a slash to make the cookie accessible across the site domain.',
'COOKIE_SECURE' => 'Cookie secure',
'COOKIE_SECURE_EXPLAIN' => 'If your server is running via SSL set this to enabled else leave as disabled. Having this enabled and not running via SSL will result in server errors during redirects.',
'ONLINE_LENGTH' => 'View online time span',