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 /create_config_inc.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 'create_config_inc.php')
| -rw-r--r-- | create_config_inc.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/create_config_inc.php b/create_config_inc.php index cc4f459..0124d08 100644 --- a/create_config_inc.php +++ b/create_config_inc.php @@ -1,5 +1,13 @@ <?php +/** + * @version $Header: /cvsroot/bitweaver/_bit_install/create_config_inc.php,v 1.4 2005/06/28 07:45:45 spiderr Exp $ + * @package install + * @subpackage functions + */ +/** + * create_config + */ function create_config($gBitDbType,$gBitDbHost,$gBitDbUser,$gBitDbPassword,$gBitDbName,$bit_db_prefix="",$root_url_bit,$auto_bug_submit='FALSE') { $config_file = empty($_SERVER['CONFIG_INC']) ? '../kernel/config_inc.php' : $_SERVER['CONFIG_INC']; // We can't call clean_file_path here even though we would like to. |
