From af431ce4a656b9a8fd37a60ff33a51383c53f863 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 30 Apr 2002 23:30:05 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/conf/conf.class.php3.sample | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/htdocs/conf/conf.class.php3.sample b/htdocs/conf/conf.class.php3.sample index a31e5a27b9e..5285021f5d1 100644 --- a/htdocs/conf/conf.class.php3.sample +++ b/htdocs/conf/conf.class.php3.sample @@ -35,9 +35,22 @@ class Conf { $this->years = 2001; $this->mode = 1 ; + + $this->propal = new PropalConf(); } } +class PropalConf { + Function PropalConf() { + $this->templatesdir = "/home/www/dolibarr/dolibarr/templates"; + $this->outputdir = "/home/www/dolibarr/dolibarr/htdocs/document/propal"; + /* + * Without ended slash + */ + $this->outputurl = "/document/propal"; + } +} + class DbConf { Function DbConf() { $this->host = "localhost";