diff --git a/htdocs/conf/conf.class.php b/htdocs/conf/conf.class.php index b2d290edf51..3f1223e8276 100644 --- a/htdocs/conf/conf.class.php +++ b/htdocs/conf/conf.class.php @@ -86,11 +86,17 @@ class DbConf { SetEnv LLX_DBNAME dolibarr */ +/* + * Ce bloc de code, casse l'authentification par Pear::Auth !! + * La conf est positionnée dans conf.php les virtualhost ne sont + * pas encore valide + * $this->type = getenv("LLX_DBTYPE"); $this->host = getenv("LLX_DBHOST"); $this->user = getenv("LLX_DBUSER"); $this->pass = getenv("LLX_DBPASS"); $this->name = getenv("LLX_DBNAME"); +*/ }