Bug : no connection host must be noalyss_psql_host
This commit is contained in:
parent
f020c900bf
commit
48f5c9612e
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class Database
|
|||
$noalyss_user=(defined ("noalyss_user"))?noalyss_user:phpcompta_user;
|
||||
$password=(defined("noalyss_password"))?noalyss_password:phpcompta_password;
|
||||
$port=(defined("noalyss_psql_port"))?noalyss_psql_port:phpcompta_psql_port;
|
||||
$host=( ! defined ("noalyss_psql_host") && ! defined ("phpcompta_psql_host"))?'127.0.0.1':noalyss_psql_host;
|
||||
$host=( ! defined ("noalyss_psql_host") )?'127.0.0.1':noalyss_psql_host;
|
||||
if (defined ("MULTI") && MULTI=="0") {
|
||||
$noalyss_user = noalyss_user;
|
||||
$password = noalyss_password;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue