diff --git a/include/constant.php b/include/constant.php index e52a7d284..d444eedde 100644 --- a/include/constant.php +++ b/include/constant.php @@ -26,6 +26,7 @@ $_ENV['TMP']="/tmp"; define ("phpcompta_password","dany"); define ("phpcompta_psql_port","5432"); +define ("phpcompta_user","phpcompta"); define ("domaine",""); @@ -35,7 +36,7 @@ define ("DEBUG","true"); // action // access aux journaux define ("ENCJRN",1); -// cr�ation facture +// création facture // define("FACT",2); // lecture aux fiche define ("FICHE_READ",3); diff --git a/include/postgres.php b/include/postgres.php index 5924008c4..7705cfafb 100644 --- a/include/postgres.php +++ b/include/postgres.php @@ -1,4 +1,4 @@ -