mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 10:31:57 +02: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:
@@ -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'],
|
||||
|
Reference in New Issue
Block a user