mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14039] Fix acp link
PHPBB3-14039
This commit is contained in:
parent
ed442198d1
commit
0ce72f94a2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue