Le système des dons se base encore sur l'ancien conf.class.php donc mise à jour sans tentative de généraliser
This commit is contained in:
parent
9bf0ff5200
commit
8d98882ca5
@ -41,6 +41,7 @@ class Conf
|
|||||||
$this->service = new ServiceConf();
|
$this->service = new ServiceConf();
|
||||||
$this->adherent = new AdherentConf();
|
$this->adherent = new AdherentConf();
|
||||||
$this->domaine = new DomaineConf();
|
$this->domaine = new DomaineConf();
|
||||||
|
$this->don = new DonConf();
|
||||||
|
|
||||||
$this->readonly = 0;
|
$this->readonly = 0;
|
||||||
$this->voyage = 0;
|
$this->voyage = 0;
|
||||||
@ -84,13 +85,13 @@ class DbConf {
|
|||||||
SetEnv LLX_DBPASS pass
|
SetEnv LLX_DBPASS pass
|
||||||
SetEnv LLX_DBNAME dolibarr
|
SetEnv LLX_DBNAME dolibarr
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
$this->type = getenv("LLX_DBTYPE");
|
$this->type = getenv("LLX_DBTYPE");
|
||||||
$this->host = getenv("LLX_DBHOST");
|
$this->host = getenv("LLX_DBHOST");
|
||||||
$this->user = getenv("LLX_DBUSER");
|
$this->user = getenv("LLX_DBUSER");
|
||||||
$this->pass = getenv("LLX_DBPASS");
|
$this->pass = getenv("LLX_DBPASS");
|
||||||
$this->name = getenv("LLX_DBNAME");
|
$this->name = getenv("LLX_DBNAME");
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** return the dsn according to the pear syntax
|
/** return the dsn according to the pear syntax
|
||||||
@ -141,7 +142,7 @@ class DonConf
|
|||||||
{
|
{
|
||||||
Function DonConf()
|
Function DonConf()
|
||||||
{
|
{
|
||||||
$this->enabled = 0;
|
$this->enabled = 1;
|
||||||
|
|
||||||
/* Paiement en ligne */
|
/* Paiement en ligne */
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user