mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 12:07:15 +01:00
Fix Typo
This commit is contained in:
parent
5315817467
commit
36c332a52c
@ -22,7 +22,7 @@ include '../lib/libextern.php';
|
||||
|
||||
|
||||
$config = new Config();
|
||||
$db = new DB($config->WFdbhost, $config->WFdbname, $config->WFdbuser, $config->WFdbpass,null,$conf->WFdbport);
|
||||
$db = new DB($config->WFdbhost, $config->WFdbname, $config->WFdbuser, $config->WFdbpass,null,$config->WFdbport);
|
||||
//$erp = new erpAPI($app);
|
||||
//$app->erp = $erp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user