aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-06-04 11:23:00 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-06-04 11:23:00 +0000
commite8b7c45d850da592ae0378bed4eebae3070bcfe2 (patch)
treef33829f6a201d73b9cc06bb0c7e2ceac8aea6dc6 /phpBB/install
parente8e807f79750e68c3fa1757958e3674bb9cd9aaf (diff)
downloadforums-e8b7c45d850da592ae0378bed4eebae3070bcfe2.tar
forums-e8b7c45d850da592ae0378bed4eebae3070bcfe2.tar.gz
forums-e8b7c45d850da592ae0378bed4eebae3070bcfe2.tar.bz2
forums-e8b7c45d850da592ae0378bed4eebae3070bcfe2.tar.xz
forums-e8b7c45d850da592ae0378bed4eebae3070bcfe2.zip
fix adm redirect
git-svn-id: file:///svn/phpbb/trunk@8590 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rwxr-xr-xphpBB/install/install_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php
index ff47c2c8a3..919f13dfa4 100755
--- a/phpBB/install/install_install.php
+++ b/phpBB/install/install_install.php
@@ -1944,7 +1944,7 @@ class install_install extends module
'TITLE' => $lang['INSTALL_CONGRATS'],
'BODY' => sprintf($lang['INSTALL_CONGRATS_EXPLAIN'], $config['version'], append_sid('install/index', 'mode=convert&amp;language=' . $data['language']), '../docs/README.html'),
'L_SUBMIT' => $lang['INSTALL_LOGIN'],
- 'U_ACTION' => append_sid(CONFIG_ADM_FOLDER . '/index.' . PHP_EXT),
+ 'U_ACTION' => append_sid(CONFIG_ADM_FOLDER . '/index'),
));
}