mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-25 18:13:28 +01:00
[ticket/14492] Redirect to help phpBB page after installation
PHPBB3-14492
This commit is contained in:
parent
64f0d74489
commit
d62d35ad46
@ -244,7 +244,7 @@ class installer
|
||||
else
|
||||
{
|
||||
global $SID;
|
||||
$acp_url = $this->web_root . 'adm/index.php' . $SID;
|
||||
$acp_url = $this->web_root . 'adm/index.php' . $SID . '&i=acp_help_phpbb&mode=help_phpbb';
|
||||
$this->iohandler->add_success_message('INSTALLER_FINISHED', array(
|
||||
'ACP_LINK',
|
||||
$acp_url,
|
||||
|
Loading…
x
Reference in New Issue
Block a user