blob: fd920c4e0b622c58f4399da9d2feb0205a37a1e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php
/**
* @version $Header: /cvsroot/bitweaver/_bit_install/migrate_welcome.php,v 1.2 2005/10/23 14:40:08 squareing Exp $
* @package install
* @subpackage migrate
*/
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
// assign next step in installation process
$gBitSmarty->assign( 'next_step',$step + 1 );
?>
|