summaryrefslogtreecommitdiff
path: root/migrate_welcome.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-10-23 14:40:08 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-10-23 14:40:08 +0000
commit6f9f83f5f780eca71966d6dcf995fd75d7a04ccc (patch)
treeafa43a50b775cf03a32e562bafde6a46523e3ab0 /migrate_welcome.php
parent36ff0f6112ee57bdc315a961ccff2be9a4c25ac9 (diff)
downloadinstall-6f9f83f5f780eca71966d6dcf995fd75d7a04ccc.tar.gz
install-6f9f83f5f780eca71966d6dcf995fd75d7a04ccc.tar.bz2
install-6f9f83f5f780eca71966d6dcf995fd75d7a04ccc.zip
merge recent changes into HEAD
Diffstat (limited to 'migrate_welcome.php')
-rw-r--r--migrate_welcome.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/migrate_welcome.php b/migrate_welcome.php
new file mode 100644
index 0000000..fd920c4
--- /dev/null
+++ b/migrate_welcome.php
@@ -0,0 +1,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 );
+?>