From efb0e626a3c7694720bbfe6127c513c828f386e7 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 10 Jun 2007 09:18:42 +0000 Subject: [PATCH] Add a phpcompta_user variable for the conn. string --- include/constant.php | 3 ++- include/postgres.php | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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 @@ -