mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 22:45:02 +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
|
else
|
||||||
{
|
{
|
||||||
global $SID;
|
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(
|
$this->iohandler->add_success_message('INSTALLER_FINISHED', array(
|
||||||
'ACP_LINK',
|
'ACP_LINK',
|
||||||
$acp_url,
|
$acp_url,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user