summaryrefslogtreecommitdiff
path: root/includes/install_final.php
blob: 9478135a5bebf45062265eeecab7bec288644235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * @version $Header$
 * this is set to tell the progress meter to include this page --> 100% completed
 * 
 * @package install
 * @subpackage functions
 */
$app = '_done';
if( !empty( $_SESSION['first_install'] ) ) {
	$_SESSION = NULL;
}