From 7b6258138083c14a38a66a1094080588983b37c9 Mon Sep 17 00:00:00 2001 From: seek3r Date: Sat, 2 Dec 2000 20:41:01 +0000 Subject: [PATCH] yanked out a few lines that shouldnt have been there --- header.inc.php.template | 9 --------- 1 file changed, 9 deletions(-) diff --git a/header.inc.php.template b/header.inc.php.template index 1bf503921c..4f588dbd52 100644 --- a/header.inc.php.template +++ b/header.inc.php.template @@ -24,15 +24,6 @@ /* This is the basic include needed on each page for phpGroupWare application compliance */ $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 ( "db_host" => "__DB_HOST__", "db_name" => "__DB_NAME__",