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 /process_sql.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 'process_sql.php')
| -rw-r--r-- | process_sql.php | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/process_sql.php b/process_sql.php index 553ecb2..959974b 100644 --- a/process_sql.php +++ b/process_sql.php @@ -1,12 +1,23 @@ <?php -// Global flag to indicate we are installin +/** + * @version $Header: /cvsroot/bitweaver/_bit_install/process_sql.php,v 1.2 2005/06/28 07:45:45 spiderr Exp $ + * @package install + * @subpackage functions + */ + +/** + * Global flag to indicate we are installing + * @ignore + */ define( 'BIT_INSTALL', 'TRUE' ); global $failedcommands; // keep some crappy notices from spewing $_SERVER['HTTP_HOST'] = 'shell'; $_SERVER['SERVER_SOFTWARE'] = 'command_line'; - +/** + * required setup + */ require_once( 'install_lib.php' ); include("../bit_setup_inc.php"); |
