mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
fixed jengos problems
This commit is contained in:
parent
f3a10f1998
commit
923f731f0f
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
$phpgw_info["server"]["app_images"] = "templates/default/images";
|
$phpgw_info["server"]["app_images"] = "templates/default/images";
|
||||||
|
|
||||||
if(!file_exists("../header.inc.php")) { include("../header.inc.php"); }
|
if(file_exists("../header.inc.php")) { include("../header.inc.php"); }
|
||||||
|
|
||||||
include("./inc/phpgw_setup.inc.php");
|
include("./inc/phpgw_setup.inc.php");
|
||||||
// include("./inc/phpgw_schema_proc.inc.php");
|
// include("./inc/phpgw_schema_proc.inc.php");
|
||||||
|
@ -182,7 +182,7 @@
|
|||||||
$this->db->User = $phpgw_domain[$ConfigDomain]["db_user"];
|
$this->db->User = $phpgw_domain[$ConfigDomain]["db_user"];
|
||||||
$this->db->Password = $phpgw_domain[$ConfigDomain]["db_pass"];
|
$this->db->Password = $phpgw_domain[$ConfigDomain]["db_pass"];
|
||||||
|
|
||||||
$phpgw_schema_proc = new phpgw_schema_proc($phpgw_domain[$ConfigDomain]["db_type"]);
|
// $phpgw_schema_proc = new phpgw_schema_proc($phpgw_domain[$ConfigDomain]["db_type"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
function check_db()
|
function check_db()
|
||||||
|
Loading…
Reference in New Issue
Block a user