mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-22 16:22:58 +02:00
2.0.11
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5028 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -100,6 +100,17 @@ if ( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) )
|
||||
include($phpbb_root_path . 'includes/usercp_register.'.$phpEx);
|
||||
exit;
|
||||
}
|
||||
else if ( $mode == 'confirm' )
|
||||
{
|
||||
// Visual Confirmation
|
||||
if ( $userdata['session_logged_in'] )
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
include($phpbb_root_path . 'includes/usercp_confirm.'.$phpEx);
|
||||
exit;
|
||||
}
|
||||
else if ( $mode == 'sendpassword' )
|
||||
{
|
||||
include($phpbb_root_path . 'includes/usercp_sendpasswd.'.$phpEx);
|
||||
|
Reference in New Issue
Block a user