mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
guess what
git-svn-id: file:///svn/phpbb/trunk@4001 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
26c4b023fa
commit
5066be354d
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ if (!empty($_REQUEST['mode']))
|
|||
switch ($mode)
|
||||
{
|
||||
case 'activate':
|
||||
include($phpbb_root_path . 'ucp/usercp_activate.'.$phpEx);
|
||||
include($phpbb_root_path . 'ucp/ucp_activate.'.$phpEx);
|
||||
ucp_activate::main();
|
||||
break;
|
||||
|
||||
case 'register':
|
||||
|
|
Loading…
Add table
Reference in a new issue