mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
non-functional changes, version remains the same
This commit is contained in:
parent
aba9c8cbf3
commit
5f0e3a5e15
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user