From ec950a7ac4682588a36741363f1f955516aabc6c Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 22 Jun 2003 10:55:18 +0000 Subject: [PATCH] =?UTF-8?q?Supression=20des=20valeurs=20remplac=E9es=20par?= =?UTF-8?q?=20des=20constantes=20dans=20la=20base?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/conf/conf.class.php3.sample | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/htdocs/conf/conf.class.php3.sample b/htdocs/conf/conf.class.php3.sample index c90a6e62134..3e704750e22 100644 --- a/htdocs/conf/conf.class.php3.sample +++ b/htdocs/conf/conf.class.php3.sample @@ -77,12 +77,6 @@ class PropalConf { $this->replytoname = "Service Commercial"; $this->replytomail = "commercial@propal.com"; - $this->templatesdir = "/home/www/dolibarr/dolibarr/templates/propal/default"; - $this->outputdir = "/home/www/dolibarr/dolibarr/htdocs/document/propal"; - /* - * Without ended slash - */ - $this->outputurl = "/document/propal"; } } /* @@ -140,15 +134,7 @@ class WebcalConf { */ class FactureConf { Function FactureConf() { - $this->enabled = 1; - - $this->templatesdir = "/home/www/dolibarr/dolibarr/templates/facture/default"; - $this->outputdir = "/home/www/dolibarr/dolibarr/htdocs/document/facture"; - /* - * Without ended slash - */ - $this->outputurl = "/document/facture"; } } @@ -159,13 +145,6 @@ class FactureConf { class FicheInterConf { Function FicheInterConf() { $this->enabled = 1; - - $this->templatesdir = "/home/www/dolibarr/dolibarr/templates/fichinter/default"; - $this->outputdir = "/home/www/dolibarr/dolibarr/htdocs/document/fichinter"; - /* - * Without ended slash - */ - $this->outputurl = "/document/fichinter"; } } /*