*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-04-30 23:30:05 +00:00
parent e970fa0c4f
commit af431ce4a6

View File

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