mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 06:25:04 +02:00
[ticket/14039] Fix acp link
PHPBB3-14039
This commit is contained in:
parent
ed442198d1
commit
0ce72f94a2
@ -191,7 +191,7 @@ class installer
|
||||
else
|
||||
{
|
||||
global $SID;
|
||||
$acp_url = $this->web_root . '/adm/index.php' . $SID;
|
||||
$acp_url = $this->web_root . 'adm/index.php' . $SID;
|
||||
$this->iohandler->add_success_message('INSTALLER_FINISHED', array(
|
||||
'ACP_LINK',
|
||||
$acp_url,
|
||||
|
Loading…
x
Reference in New Issue
Block a user