massive redesign to multi-domain support. This one SHOULD work

This commit is contained in:
seek3r
2000-11-21 04:49:40 +00:00
parent 50375aec4d
commit e401cd30f2
5 changed files with 22 additions and 9 deletions

View File

@ -49,7 +49,6 @@
/* 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.
$phpgw_domain["domain2.com"] = array (
"db_host" => "localhost",
"db_name" => "phpgw_domain1",