1
0
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:
Marc Alexander 2016-03-02 21:56:22 +01:00
parent 64f0d74489
commit d62d35ad46
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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,