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";