mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
yanked out a few lines that shouldnt have been there
This commit is contained in:
parent
44c4c53172
commit
7b62581380
@ -24,15 +24,6 @@
|
|||||||
/* This is the basic include needed on each page for phpGroupWare application compliance */
|
/* This is the basic include needed on each page for phpGroupWare application compliance */
|
||||||
$phpgw_info["flags"]["htmlcompliant"] = __HTMLCOMPLIANT__;
|
$phpgw_info["flags"]["htmlcompliant"] = __HTMLCOMPLIANT__;
|
||||||
|
|
||||||
|
|
||||||
/* These are the settings for the database system */
|
|
||||||
$phpgw_info["server"]["db_host"] = "__DB_HOST__";
|
|
||||||
$phpgw_info["server"]["db_name"] = "__DB_NAME__";
|
|
||||||
$phpgw_info["server"]["db_user"] = "__DB_USER__";
|
|
||||||
$phpgw_info["server"]["db_pass"] = "__DB_PASS__";
|
|
||||||
$phpgw_info["server"]["db_type"] = "__DB_TYPE__";
|
|
||||||
|
|
||||||
|
|
||||||
$phpgw_domain["default"] = array (
|
$phpgw_domain["default"] = array (
|
||||||
"db_host" => "__DB_HOST__",
|
"db_host" => "__DB_HOST__",
|
||||||
"db_name" => "__DB_NAME__",
|
"db_name" => "__DB_NAME__",
|
||||||
|
Loading…
Reference in New Issue
Block a user