diff options
| author | Graham Eames <grahamje@users.sourceforge.net> | 2005-12-20 22:03:26 +0000 |
|---|---|---|
| committer | Graham Eames <grahamje@users.sourceforge.net> | 2005-12-20 22:03:26 +0000 |
| commit | 1ba4064f20c20b8a57bdf66602a9d5172ea5df32 (patch) | |
| tree | 1e5f1eccf452fc551dab04f933b05e3c0dae8b1d /phpBB/install | |
| parent | 304d942033c836d4e3ffa2e8399630a658dc4684 (diff) | |
| download | forums-1ba4064f20c20b8a57bdf66602a9d5172ea5df32.tar forums-1ba4064f20c20b8a57bdf66602a9d5172ea5df32.tar.gz forums-1ba4064f20c20b8a57bdf66602a9d5172ea5df32.tar.bz2 forums-1ba4064f20c20b8a57bdf66602a9d5172ea5df32.tar.xz forums-1ba4064f20c20b8a57bdf66602a9d5172ea5df32.zip | |
Initial instance of the install language file to allow me to install for testing
(yes the installer looks a bit messy atm, but I will be changing that in the future)
git-svn-id: file:///svn/phpbb/trunk@5361 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
| -rw-r--r-- | phpBB/install/install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php index f6be615775..828b5fa77a 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -196,7 +196,7 @@ if (!$language) } include($phpbb_root_path . 'language/' . $language . '/common.'.$phpEx); -include($phpbb_root_path . 'language/' . $language . '/admin.'.$phpEx); +include($phpbb_root_path . 'language/' . $language . '/install.'.$phpEx); // Here we do a number of tests and where appropriate reset the installation level @@ -1323,7 +1323,7 @@ function inst_page_footer() ?> -<div class="copyright" align="center">Powered by phpBB 2.2 © <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB Group</a>, 2003</div> +<div class="copyright" align="center">Powered by phpBB © <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB Group</a>, 2003</div> <br clear="all" /></td> </tr> |
