diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-24 20:51:21 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-24 20:51:21 +0000 |
| commit | 33c20fa57eb1dbde98ac5b690de8acc19082be0a (patch) | |
| tree | 67cd866ef2f570bdb8b1693a3c16b15af6badb00 /install_final.php | |
| parent | 2b78f801ac3cd850fe3215d26ab5389f4c6a3081 (diff) | |
| download | install-33c20fa57eb1dbde98ac5b690de8acc19082be0a.tar.gz install-33c20fa57eb1dbde98ac5b690de8acc19082be0a.tar.bz2 install-33c20fa57eb1dbde98ac5b690de8acc19082be0a.zip | |
synch recent changes from R1 to HEAD
Diffstat (limited to 'install_final.php')
| -rw-r--r-- | install_final.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/install_final.php b/install_final.php index bae3e60..82ee54c 100644 --- a/install_final.php +++ b/install_final.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_final.php,v 1.2 2005/06/28 07:45:45 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_install/install_final.php,v 1.3 2005/08/24 20:51:21 squareing Exp $ * @package install * @subpackage functions */ @@ -11,4 +11,7 @@ // this is set to tell the progress meter to include this page --> 100% completed $app = '_done'; +if( !empty( $_SESSION['first_install'] ) ) { + $_SESSION = NULL; +} ?> |
