summaryrefslogtreecommitdiff
path: root/migrate_welcome.php
blob: 5f2cdf46bed5779bcf9761fe3b0170ed7fb496e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/**
 * @version $Header$
 * @package install
 * @subpackage migrate
 */

// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See below for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.

// assign next step in installation process
$gBitSmarty->assign( 'next_step',$step + 1 );