diff options
author | Mate Bartus <mate.bartus@gmail.com> | 2015-10-18 22:33:31 +0200 |
---|---|---|
committer | Mate Bartus <mate.bartus@gmail.com> | 2015-10-18 22:33:31 +0200 |
commit | 0ce72f94a21d7407b08c8d2cb233d445434743b4 (patch) | |
tree | ea6a48c3edee0690d459c31d43f1def6479fefc8 /phpBB/phpbb | |
parent | ed442198d1fff379b65b8d4a1c3bfb15890cfed1 (diff) | |
download | forums-0ce72f94a21d7407b08c8d2cb233d445434743b4.tar forums-0ce72f94a21d7407b08c8d2cb233d445434743b4.tar.gz forums-0ce72f94a21d7407b08c8d2cb233d445434743b4.tar.bz2 forums-0ce72f94a21d7407b08c8d2cb233d445434743b4.tar.xz forums-0ce72f94a21d7407b08c8d2cb233d445434743b4.zip |
[ticket/14039] Fix acp link
PHPBB3-14039
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r-- | phpBB/phpbb/install/installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, |