From e6b3c04a104f334c312b525991bb856119285e47 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Tue, 8 Jan 2002 02:12:43 +0000 Subject: [PATCH] Minor formatting --- setup/index.php | 4 ++-- setup/manageheader.php | 12 +++++------- setup/sqltoarray.php | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/setup/index.php b/setup/index.php index d3d6d2a1bb..efdeff334c 100644 --- a/setup/index.php +++ b/setup/index.php @@ -99,9 +99,9 @@ if ($DEBUG) { echo 'Stage: ' . $GLOBALS['phpgw_info']['setup']['stage']['db']; } // begin DEBUG code - //$GLOBALS['phpgw_info']['setup']['stage']['db'] = 0; + //$GLOBALS['phpgw_info']['setup']['stage']['db'] = 0; //$action = 'Upgrade'; - // end DEBUG code + // end DEBUG code switch($HTTP_POST_VARS['action']) { diff --git a/setup/manageheader.php b/setup/manageheader.php index 1c536dbf72..0a10000009 100644 --- a/setup/manageheader.php +++ b/setup/manageheader.php @@ -275,10 +275,10 @@ echo 'sample configuration not found. using built in defaults
' . "\n"; $phpgw_info['server']['server_root'] = '/path/to/phpgroupware'; $phpgw_info['server']['include_root'] = '/path/to/phpgroupware'; - /* This is the basic include needed on each page for phpGroupWare application compliance */ + /* This is the basic include needed on each page for phpGroupWare application compliance */ $phpgw_info['flags']['htmlcompliant'] = True; - - /* These are the settings for the database system */ + + /* These are the settings for the database system */ $phpgw_info['server']['db_host'] = 'localhost'; $phpgw_info['server']['db_name'] = 'phpgroupware'; $phpgw_info['server']['db_user'] = 'phpgroupware'; @@ -352,8 +352,8 @@ - Do you want persistent connections (higher performance, but eats memory) + + Do you want persistent connections (higher performance, but eats memory) Sessions Type
What sessions management type do you want to use (PHP4 session management often performs better)? - - Enable MCrypt