mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Cookie domain string was missing, thanks, Jerry (#516599)
git-svn-id: file:///svn/phpbb/trunk@2176 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7533fe4e05
commit
3d0e0d2ea3
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ $template->assign_vars(array(
|
|||
"L_ADMIN" => $lang['Acc_Admin'],
|
||||
"L_COOKIE_SETTINGS" => $lang['Cookie_settings'],
|
||||
"L_COOKIE_SETTINGS_EXPLAIN" => $lang['Cookie_settings_explain'],
|
||||
"L_COOKIE_DOMAIN" => $lang['Cookie_domain'],
|
||||
"L_COOKIE_NAME" => $lang['Cookie_name'],
|
||||
"L_COOKIE_PATH" => $lang['Cookie_path'],
|
||||
"L_COOKIE_SECURE" => $lang['Cookie_secure'],
|
||||
|
|
Loading…
Add table
Reference in a new issue