Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 92 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 92 Rev 182
1
<?php
1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
3
// +------------------------------------------------------------------------------------------------------+
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 5.0                                                                                      |
4
// | PHP version 5.0                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
7
// +------------------------------------------------------------------------------------------------------+
8
// | This file is part of eFlore-Serveur.                                                                 |
8
// | This file is part of eFlore-Serveur.                                                                 |
9
// |                                                                                                      |
9
// |                                                                                                      |
10
// | Foobar is free software; you can redistribute it and/or modify                                       |
10
// | Foobar is free software; you can redistribute it and/or modify                                       |
11
// | it under the terms of the GNU General Public License as published by                                 |
11
// | it under the terms of the GNU General Public License as published by                                 |
12
// | the Free Software Foundation; either version 2 of the License, or                                    |
12
// | the Free Software Foundation; either version 2 of the License, or                                    |
13
// | (at your option) any later version.                                                                  |
13
// | (at your option) any later version.                                                                  |
14
// |                                                                                                      |
14
// |                                                                                                      |
15
// | Foobar is distributed in the hope that it will be useful,                                            |
15
// | Foobar is distributed in the hope that it will be useful,                                            |
16
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
16
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
17
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                        |
17
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                        |
18
// | GNU General Public License for more details.                                                         |
18
// | GNU General Public License for more details.                                                         |
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: eribo_config.php,v 1.1 2005-01-19 15:19:45 jpm Exp $
24
// CVS : $Id: eribo_config.php,v 1.2 2005-09-30 13:42:19 jp_milcent Exp $
25
/**
25
/**
26
* Fichier de configuration contenant les mots de passe, login...
26
* Fichier de configuration contenant les mots de passe, login...
27
*
27
*
28
* Ce fichier contient les constantes et éventuellement des variables globales contenant des infos liées à la
28
* Ce fichier contient les constantes et éventuellement des variables globales contenant des infos liées à la
29
* sécurité.
29
* sécurité.
30
*
30
*
31
*@package eFlore-Serveur
31
*@package eFlore-Serveur
32
*@subpackage Configuration
32
*@subpackage Configuration
33
//Auteur original :
33
//Auteur original :
34
*@author        Frédéric LEGENS <flegens@free.fr>
34
*@author        Frédéric LEGENS <flegens@free.fr>
35
//Autres auteurs :
35
//Autres auteurs :
36
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
36
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
37
*@copyright     Tela-Botanica 2000-2004
37
*@copyright     Tela-Botanica 2000-2004
38
*@version       $Revision: 1.1 $ $Date: 2005-01-19 15:19:45 $
38
*@version       $Revision: 1.2 $ $Date: 2005-09-30 13:42:19 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
43
// |                                            ENTETE du PROGRAMME                                       |
43
// |                                            ENTETE du PROGRAMME                                       |
44
// +------------------------------------------------------------------------------------------------------+
44
// +------------------------------------------------------------------------------------------------------+
45
 
45
 
46
 
46
 
47
// +------------------------------------------------------------------------------------------------------+
47
// +------------------------------------------------------------------------------------------------------+
48
// |                                            CORPS du PROGRAMME                                        |
48
// |                                            CORPS du PROGRAMME                                        |
49
// +------------------------------------------------------------------------------------------------------+
49
// +------------------------------------------------------------------------------------------------------+
50
// +------------------------------------------------------------------------------------------------------+
50
// +------------------------------------------------------------------------------------------------------+
51
// Constante de la base de données
51
// Constante de la base de données
52
/** Constante stockant le nom du serveur de la base de donnée.*/
52
/** Constante stockant le nom du serveur de la base de donnée.*/
53
define('EFSE_BDD_SERVEUR', 'localhost');
53
define('EFSE_BDD_SERVEUR', 'localhost');
54
/** Constante stockant le nom de la base de donnée.*/
54
/** Constante stockant le nom de la base de donnée.*/
55
define('EFSE_BDD_NOM', '');
55
define('EFSE_BDD_NOM', '');
56
/** Constante stockant le nom de l'utilisateur.*/
56
/** Constante stockant le nom de l'utilisateur.*/
57
define('EFSE_BDD_UTILISATEUR', '');
57
define('EFSE_BDD_UTILISATEUR', '');
58
/** Constante stockant le mot de passe de l'utilisateur.*/
58
/** Constante stockant le mot de passe de l'utilisateur.*/
59
define('EFSE_BDD_MOT_DE_PASSE', '');
59
define('EFSE_BDD_MOT_DE_PASSE', '');
60
 
-
 
61
*/
60
 
62
/* +--Fin du code ----------------------------------------------------------------------------------------+
61
/* +--Fin du code ----------------------------------------------------------------------------------------+
63
*
62
*
64
* $Log: not supported by cvs2svn $
63
* $Log: not supported by cvs2svn $
-
 
64
* Revision 1.1  2005/01/19 15:19:45  jpm
-
 
65
* Changement de nom.
-
 
66
*
65
* Revision 1.5  2004/12/22 13:28:23  jpm
67
* Revision 1.5  2004/12/22 13:28:23  jpm
66
* Les constantes et variables liées à la sécurité.
68
* Les constantes et variables liées à la sécurité.
67
*
69
*
68
* Revision 1.4  2004/12/22 13:24:47  jpm
70
* Revision 1.4  2004/12/22 13:24:47  jpm
69
* Modif.
71
* Modif.
70
*
72
*
71
* Revision 1.3  2004/12/16 22:07:53  fred
73
* Revision 1.3  2004/12/16 22:07:53  fred
72
* correction du numéro de version de PHP
74
* correction du numéro de version de PHP
73
*
75
*
74
* Revision 1.2  2004/12/16 16:40:59  jpm
76
* Revision 1.2  2004/12/16 16:40:59  jpm
75
* Ajout de chemin.
77
* Ajout de chemin.
76
*
78
*
77
* Revision 1.1.1.1  2004/12/16 12:24:36  jpm
79
* Revision 1.1.1.1  2004/12/16 12:24:36  jpm
78
* Importation initiale eFlore v1.1 et serveur.
80
* Importation initiale eFlore v1.1 et serveur.
79
*
81
*
80
*
82
*
81
* +-- Fin du code ----------------------------------------------------------------------------------------+
83
* +-- Fin du code ----------------------------------------------------------------------------------------+
82
*/
84
*/
83
?>
85
?>