mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
updated array name
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
/* Use this for supporting different domains using this single install */
|
||||
/* (ignore if you are only supporting a single domain)*/
|
||||
$phpgw_info["multiable_domains"] = False; //Set to True and create an array for each domain.
|
||||
$domains["domain1.com"] = array (
|
||||
$phpgw_domain["domain1.com"] = array (
|
||||
"db_host" => "localhost",
|
||||
"db_name" => "phpgw_domain1",
|
||||
"db_user" => "phpgroupware",
|
||||
|
Reference in New Issue
Block a user