From 0ce72f94a21d7407b08c8d2cb233d445434743b4 Mon Sep 17 00:00:00 2001 From: Mate Bartus Date: Sun, 18 Oct 2015 22:33:31 +0200 Subject: [ticket/14039] Fix acp link PHPBB3-14039 --- phpBB/phpbb/install/installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/phpbb') diff --git a/phpBB/phpbb/install/installer.php b/phpBB/phpbb/install/installer.php index bdff62e0b1..77e0a896bc 100644 --- a/phpBB/phpbb/install/installer.php +++ b/phpBB/phpbb/install/installer.php @@ -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, -- cgit v1.2.1