diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-04-21 14:10:41 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-04-21 14:10:41 +0000 |
| commit | aaac2c7494fcbca55c06637a0bac717e965724b2 (patch) | |
| tree | 6f9620b118b2e0664d6279b46deddec151854ad3 /install_final.php | |
| parent | 0c673250c757ed4432e7a6e7caaa529b885acce3 (diff) | |
| download | install-aaac2c7494fcbca55c06637a0bac717e965724b2.tar.gz install-aaac2c7494fcbca55c06637a0bac717e965724b2.tar.bz2 install-aaac2c7494fcbca55c06637a0bac717e965724b2.zip | |
extend installer that we can have installer extensions for external packages. fix some minor stuff and clean up templates a bit.
Diffstat (limited to 'install_final.php')
| -rw-r--r-- | install_final.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/install_final.php b/install_final.php index 82ee54c..d2e5020 100644 --- a/install_final.php +++ b/install_final.php @@ -1,14 +1,4 @@ <?php -/** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_final.php,v 1.3 2005/08/24 20:51:21 squareing Exp $ - * @package install - * @subpackage functions - */ - -// 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. - // this is set to tell the progress meter to include this page --> 100% completed $app = '_done'; if( !empty( $_SESSION['first_install'] ) ) { |
