1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02:00

Adding in the next page of the installer

Note that this still falls back to the old code part-way through the install


git-svn-id: file:///svn/phpbb/trunk@5702 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-03-22 21:03:47 +00:00
parent 22063e974a
commit 58f723374b
5 changed files with 145 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ class install_main extends module
{
global $lang, $template;
switch($sub)
switch ($sub)
{
case 'intro' :
$title = $lang['SUB_INTRO'];