1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

- fix bug #1727 (need to be watched - problems could arise by this change)

- added a note about login_box() to the coding guidelines


git-svn-id: file:///svn/phpbb/trunk@5881 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-05-04 18:25:01 +00:00
parent 3a38f80168
commit b5608afe03
4 changed files with 26 additions and 14 deletions

View File

@@ -74,7 +74,7 @@ switch ($mode)
redirect("index.$phpEx$SID");
}
login_box("index.$phpEx$SID");
login_box("index.$phpEx");
break;
case 'logout':
@@ -86,7 +86,7 @@ switch ($mode)
meta_refresh(3, "index.$phpEx$SID");
$message = $user->lang['LOGOUT_REDIRECT'] . '<br /><br />' . sprintf($user->lang['RETURN_PAGE'], '<a href="' . "{$phpbb_root_path}index.$phpEx$SID" . '">', '</a> ');
$message = $user->lang['LOGOUT_REDIRECT'] . '<br /><br />' . sprintf($user->lang['RETURN_INDEX'], '<a href="' . "{$phpbb_root_path}index.$phpEx$SID" . '">', '</a> ');
trigger_error($message);
break;
@@ -103,7 +103,7 @@ switch ($mode)
redirect("index.$phpEx$SID");
}
login_box("index.$phpEx$SID");
login_box();
}
$template->set_filenames(array(