diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-06-22 09:35:38 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-06-22 09:35:38 +0000 |
| commit | d33db3009689d7eeb7f481b8200a1a484d2b6e46 (patch) | |
| tree | 74ea2ca5ddf78e024340d6f048d5731574bf5fe8 /install_final.php | |
| parent | b0f2ec1f80a714085297d6fde4eff813c1d05363 (diff) | |
| download | install-d33db3009689d7eeb7f481b8200a1a484d2b6e46.tar.gz install-d33db3009689d7eeb7f481b8200a1a484d2b6e46.tar.bz2 install-d33db3009689d7eeb7f481b8200a1a484d2b6e46.zip | |
Tidy phpdoc tags
Diffstat (limited to 'install_final.php')
| -rw-r--r-- | install_final.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/install_final.php b/install_final.php index d2e5020..e9ed7ca 100644 --- a/install_final.php +++ b/install_final.php @@ -1,5 +1,11 @@ <?php -// this is set to tell the progress meter to include this page --> 100% completed +/** + * @version $Header: /cvsroot/bitweaver/_bit_install/install_final.php,v 1.5 2007/06/22 09:35:38 lsces Exp $ + * 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; |
