aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_install.php
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-02-25 23:00:05 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-02-25 23:00:05 +0000
commitad52ac4f88b37c47b9cc4a37df85080669552ad5 (patch)
treef6e16eb546aa61e08a3011a6bbc264f1ec613b00 /phpBB/install/install_install.php
parentd9d558ddc10fc2d8ca6173be6a02c50e34c9217f (diff)
downloadforums-ad52ac4f88b37c47b9cc4a37df85080669552ad5.tar
forums-ad52ac4f88b37c47b9cc4a37df85080669552ad5.tar.gz
forums-ad52ac4f88b37c47b9cc4a37df85080669552ad5.tar.bz2
forums-ad52ac4f88b37c47b9cc4a37df85080669552ad5.tar.xz
forums-ad52ac4f88b37c47b9cc4a37df85080669552ad5.zip
A couple changes to improve usability:
1) Reworded the "Install missing" explain for the converter 2) "Forked" the final page of a clean install to give two options... #1 being going to the convertor and #2 being the already existing "Take me to your ACP!" stuff. Shouldn't have broken anything else, though the i18n/L10n lot will need to update their strings for this. ;) git-svn-id: file:///svn/phpbb/trunk@7078 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_install.php')
-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 faa6844a6e..392f70dec9 100755
--- a/phpBB/install/install_install.php
+++ b/phpBB/install/install_install.php
@@ -1775,7 +1775,7 @@ class install_install extends module
$template->assign_vars(array(
'TITLE' => $lang['INSTALL_CONGRATS'],
- 'BODY' => sprintf($lang['INSTALL_CONGRATS_EXPLAIN'], '<a href="../docs/README.html">', '</a>'),
+ 'BODY' => sprintf($lang['INSTALL_CONGRATS_EXPLAIN'], $config['version'], append_sid($phpbb_root_path . 'install/index.' . $phpEx, 'mode=convert&amp;language=' . $language), '../docs/README.html'),
'L_SUBMIT' => $lang['INSTALL_LOGIN'],
'U_ACTION' => append_sid($phpbb_root_path . 'adm/index.' . $phpEx),
));