Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 4 | Rev 8 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 7
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: eflore_config.inc.php,v 1.1 2004-06-17 13:34:00 linda Exp $
22
// CVS : $Id: eflore_config.inc.php,v 1.2 2004-06-17 15:21:37 linda Exp $
23
/**
23
/**
24
* Titre
24
* Titre
25
*
25
*
26
* Description
26
* Description
27
*
27
*
Line 30... Line 30...
30
//Auteur original :
30
//Auteur original :
31
*@author        Linda ANGAMA<linda_angama@yahoo.fr>
31
*@author        Linda ANGAMA<linda_angama@yahoo.fr>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@author        Aucun
33
*@author        Aucun
34
*@copyright     Tela-Botanica 2000-2004
34
*@copyright     Tela-Botanica 2000-2004
35
*@version       $Revision: 1.1 $ $Date: 2004-06-17 13:34:00 $
35
*@version       $Revision: 1.2 $ $Date: 2004-06-17 15:21:37 $
36
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
37
*/
37
*/
Line 38... Line 38...
38
 
38
 
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
Line 57... Line 57...
57
/** <br> Constante stockant le nom de la base de données de Génésia.*/
57
/** <br> Constante stockant le nom de la base de données de Génésia.*/
58
define('EFLORE_BDD_NOM', '');
58
define('EFLORE_BDD_NOM', '');
59
// +------------------------------------------------------------------------------------------------------+
59
// +------------------------------------------------------------------------------------------------------+
60
// Paramétrage de la valeur du DSN pour Pear DB.
60
// Paramétrage de la valeur du DSN pour Pear DB.
61
/** <br> Constante stockant le DSN permetant de se connecter à la base de données de Génésia.*/
61
/** <br> Constante stockant le DSN permetant de se connecter à la base de données de Génésia.*/
62
define('EFLORE_DSN', 'mysql://'.VP_BDD_UTILISATEUR.':'.VP_BDD_MOT_DE_PASSE.'@'.VP_BDD_SERVEUR.'/'.VP_BDD_NOM);
62
define('EFLORE_DSN', 'mysql://'.EFLORE_BDD_UTILISATEUR.':'.EFLORE_BDD_MOT_DE_PASSE.'@'.EFLORE_BDD_SERVEUR.'/'.EFLORE_BDD_NOM);
Line 63... Line 63...
63
 
63
 
64
 
64