diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-10-31 14:17:28 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-10-31 14:17:28 +0100 |
commit | 78610f0406f9fe44f97fe9ee0d7b1750b4078e2d (patch) | |
tree | 9d4934e1268e00cfdbbd7c29dd6bd4c366c0a010 /phpBB/language | |
parent | f31dcfc93750499ba1522f77646d011bbad5fbb0 (diff) | |
parent | 402b7a09737a44262403dadbfccf1fbf6c749b9f (diff) | |
download | forums-78610f0406f9fe44f97fe9ee0d7b1750b4078e2d.tar forums-78610f0406f9fe44f97fe9ee0d7b1750b4078e2d.tar.gz forums-78610f0406f9fe44f97fe9ee0d7b1750b4078e2d.tar.bz2 forums-78610f0406f9fe44f97fe9ee0d7b1750b4078e2d.tar.xz forums-78610f0406f9fe44f97fe9ee0d7b1750b4078e2d.zip |
Merge pull request #4975 from senky/ticket/15273
[ticket/15273] Better explain cookie path
Diffstat (limited to 'phpBB/language')
-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 e6c56a5bbb..7ab2096116 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -357,7 +357,7 @@ $lang = array_merge($lang, array( 'COOKIE_NOTICE' => 'Cookie notice', 'COOKIE_NOTICE_EXPLAIN' => 'If enabled a cookie notice will be displayed to users when visiting your board. This might be required by law depending on the content of your board and enabled extensions.', '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', |