non-functional changes, version remains the same

This commit is contained in:
Miles Lott 2004-01-10 22:49:29 +00:00
parent aba9c8cbf3
commit 5f0e3a5e15

View File

@ -1,7 +1,7 @@
<?php <?php
/**************************************************************************\ /**************************************************************************\
* phpGroupWare * * eGroupWare *
* http://www.phpgroupware.org * * http://www.egroupware.org *
* This file written by Dan Kuykendall <seek3r@phpgroupware.org> * * This file written by Dan Kuykendall <seek3r@phpgroupware.org> *
* -------------------------------------------- * * -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it * * This program is free software; you can redistribute it and/or modify it *
@ -14,7 +14,7 @@
/**************************************************************************\ /**************************************************************************\
* !!!!!!! EDIT THESE LINES !!!!!!!! * * !!!!!!! EDIT THESE LINES !!!!!!!! *
* This setting allows you to easily move the include directory and the * * This setting allows you to easily move the include directory and the *
* base of the phpGroupWare install. Simple edit the following 2 lines with * * base of the eGroupWare install. Simple edit the following 2 lines with *
* the absolute path to fit your site, and you should be up and running. * * the absolute path to fit your site, and you should be up and running. *
\**************************************************************************/ \**************************************************************************/
@ -22,7 +22,7 @@
define('PHPGW_INCLUDE_ROOT','{INCLUDE_ROOT}'); define('PHPGW_INCLUDE_ROOT','{INCLUDE_ROOT}');
$GLOBALS['phpgw_info']['server']['header_admin_password'] = '{HEADER_ADMIN_PASSWORD}'; $GLOBALS['phpgw_info']['server']['header_admin_password'] = '{HEADER_ADMIN_PASSWORD}';
/* phpGroupWare domain-specific db settings */{domains} /* eGroupWare domain-specific db settings */{domains}
/* /*
** If you want to have your domains in a select box, change to True ** If you want to have your domains in a select box, change to True
** If not, users will have to login as user@domain ** If not, users will have to login as user@domain
@ -34,8 +34,8 @@
$GLOBALS['phpgw_info']['server']['db_persistent'] = {DB_PERSISTENT}; $GLOBALS['phpgw_info']['server']['db_persistent'] = {DB_PERSISTENT};
/* /*
** phpGroupWare can handle session management using the database, but if ** eGroupWare can handle session management using the database, but if
** you are using PHP4 you can usually get better performance by having phpGroupWare ** you are using PHP4 you can usually get better performance by having eGroupWare
** use the session support built into PHP4. PHP3 users will have to use the database. ** use the session support built into PHP4. PHP3 users will have to use the database.
** Your choices are 'db' or 'php4' ** Your choices are 'db' or 'php4'
*/ */
@ -57,8 +57,8 @@
*/ */
$GLOBALS['phpgw_info']['server']['mcrypt_iv'] = '{MCRYPT_IV}'; $GLOBALS['phpgw_info']['server']['mcrypt_iv'] = '{MCRYPT_IV}';
/* If you want phpGroupWare to be cached by proxy servers, uncomment the following */ /* If you want eGroupWare to be cached by proxy servers, uncomment the following */
/* This is NOT recommended, but phpGroupWare should still work fine. */ /* This is NOT recommended, but eGroupWare should still work fine. */
if(!isset($GLOBALS['phpgw_info']['flags']['nocachecontrol']) || !$GLOBALS['phpgw_info']['flags']['nocachecontrol'] == True) if(!isset($GLOBALS['phpgw_info']['flags']['nocachecontrol']) || !$GLOBALS['phpgw_info']['flags']['nocachecontrol'] == True)
{ {
header('Cache-Control: no-cache, must-revalidate'); // HTTP/1.1 header('Cache-Control: no-cache, must-revalidate'); // HTTP/1.1
@ -101,16 +101,16 @@
include(PHPGW_API_INC . '/soap_functions.inc.php'); include(PHPGW_API_INC . '/soap_functions.inc.php');
} }
/* /*
Leave off the final php closing tag, some editors will add Leave off the final php closing tag, some editors will add
a \n or space after which will mess up cookies later on a \n or space after which will mess up cookies later on
*/<!-- BEGIN domain --> */<!-- BEGIN domain -->
$GLOBALS['phpgw_domain']['{DB_DOMAIN}'] = array ( $GLOBALS['phpgw_domain']['{DB_DOMAIN}'] = array (
'db_host' => '{DB_HOST}', 'db_host' => '{DB_HOST}',
'db_port' => '{DB_PORT}', 'db_port' => '{DB_PORT}',
'db_name' => '{DB_NAME}', 'db_name' => '{DB_NAME}',
'db_user' => '{DB_USER}', 'db_user' => '{DB_USER}',
'db_pass' => '{DB_PASS}', 'db_pass' => '{DB_PASS}',
// Look at the README file // Look at the README file
'db_type' => '{DB_TYPE}', 'db_type' => '{DB_TYPE}',
// This will limit who is allowed to make configuration modifications // This will limit who is allowed to make configuration modifications