diff options
| author | Christian Fowler <spider@viovio.com> | 2005-06-28 07:45:45 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-06-28 07:45:45 +0000 |
| commit | 54937494744116492a4392f0cfb7fb9b625b124c (patch) | |
| tree | 63ce18cfeb3b51f286538bde85ef19371e68adcf /install.php | |
| parent | 0e99211955eb1a6ca4a09e79506faf4d80cabac0 (diff) | |
| download | install-54937494744116492a4392f0cfb7fb9b625b124c.tar.gz install-54937494744116492a4392f0cfb7fb9b625b124c.tar.bz2 install-54937494744116492a4392f0cfb7fb9b625b124c.zip | |
Merge recent changes from R1 into HEAD
Diffstat (limited to 'install.php')
| -rw-r--r-- | install.php | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/install.php b/install.php index 9bb9f50..4631957 100644 --- a/install.php +++ b/install.php @@ -1,6 +1,9 @@ <?php - -// $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.1 2005/06/19 04:51:18 bitweaver Exp $ +/** + * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.2 2005/06/28 07:45:45 spiderr 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. @@ -10,6 +13,9 @@ if( isset( $_REQUEST['step'] ) && $_REQUEST['step'] == '3' ) { ini_set( 'display_errors', '0' ); } +/** + * required setup + */ require_once( 'install_inc.php' ); // this variable will be appended to the template file called - useful for displaying messages after data input |
