*** empty log message ***
This commit is contained in:
parent
e970fa0c4f
commit
af431ce4a6
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user