*** empty log message ***
This commit is contained in:
parent
e970fa0c4f
commit
af431ce4a6
@ -35,6 +35,19 @@ class Conf {
|
|||||||
$this->years = 2001;
|
$this->years = 2001;
|
||||||
|
|
||||||
$this->mode = 1 ;
|
$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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user