mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
2849576310
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ switch ($mode)
|
|||
'AGREEMENT_TITLE' => $user->lang[$title],
|
||||
'AGREEMENT_TEXT' => sprintf($user->lang[$message], $config['sitename'], generate_board_url()),
|
||||
'U_BACK' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login'),
|
||||
'L_BACK' => $user->lang['BACK_TO_LOGIN'],
|
||||
'L_BACK' => $user->lang['BACK_TO_PREV'],
|
||||
));
|
||||
|
||||
page_footer();
|
||||
|
|
Loading…
Add table
Reference in a new issue