summaryrefslogtreecommitdiff
path: root/migrate_welcome.php
blob: 71834ac19670674d01ee7394ccd1be6e6bc34790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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 );
?>