diff options
Diffstat (limited to 'phpBB/install/install.php')
| -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> |
