mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
change the misleading comments that refer to php3 which is no longer being supported.
This commit is contained in:
parent
34d168619b
commit
a6ee097064
@ -36,9 +36,9 @@
|
|||||||
$GLOBALS['phpgw_info']['server']['db_persistent'] = {DB_PERSISTENT};
|
$GLOBALS['phpgw_info']['server']['db_persistent'] = {DB_PERSISTENT};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** eGroupWare can handle session management using the database, but if
|
** eGroupWare can handle session management using the database or
|
||||||
** you are using PHP4 you can usually get better performance by having eGroupWare
|
** the session support built into PHP4 which usually gives better
|
||||||
** use the session support built into PHP4. PHP3 users will have to use the database.
|
** performance.
|
||||||
** Your choices are 'db' or 'php4'
|
** Your choices are 'db' or 'php4'
|
||||||
*/
|
*/
|
||||||
$GLOBALS['phpgw_info']['server']['sessions_type'] = '{SESSIONS_TYPE}';
|
$GLOBALS['phpgw_info']['server']['sessions_type'] = '{SESSIONS_TYPE}';
|
||||||
|
Loading…
Reference in New Issue
Block a user