Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 92 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 92 Rev 182
Line 19... Line 19...
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é.
Line 33... Line 33...
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
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
Line 56... Line 56...
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', '');
Line 60... Line -...
60
 
-
 
61
*/
60
 
62
/* +--Fin du code ----------------------------------------------------------------------------------------+
61
/* +--Fin du code ----------------------------------------------------------------------------------------+
63
*
62
*
-
 
63
* $Log: not supported by cvs2svn $
-
 
64
* Revision 1.1  2005/01/19 15:19:45  jpm
-
 
65
* Changement de nom.
64
* $Log: not supported by cvs2svn $
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