mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fix bug #495333
git-svn-id: file:///svn/phpbb/trunk@1684 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
834f310182
commit
42aac3ed3a
1 changed files with 0 additions and 4 deletions
|
@ -125,10 +125,6 @@ if( isset($HTTP_POST_VARS['submit']) )
|
|||
$emailer->send();
|
||||
$emailer->reset();
|
||||
|
||||
$template->assign_vars(array(
|
||||
"META" => '<meta http-equiv="refresh" content="5;url=' . append_sid("index.$phpEx") . '">')
|
||||
);
|
||||
|
||||
$message = $lang['Email_sent'] . "<br /><br />" . sprintf($lang['Click_return_admin_index'], "<a href=\"" . append_sid("index.$phpEx?pane=right") . "\">", "</a>");
|
||||
|
||||
message_die(GENERAL_MESSAGE, $message);
|
||||
|
|
Loading…
Add table
Reference in a new issue