diff options
Diffstat (limited to 'includes/install_final.php')
| -rw-r--r-- | includes/install_final.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/includes/install_final.php b/includes/install_final.php new file mode 100644 index 0000000..315bfd5 --- /dev/null +++ b/includes/install_final.php @@ -0,0 +1,13 @@ +<?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; +} +?> |
