Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 31 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31 Rev 33
Line 1... Line 1...
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 4.1                                                                                      |
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
// |                                                                                                      |
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: eflore_config.php,v 1.2 2004-12-16 16:40:59 jpm Exp $
24
// CVS : $Id: eflore_config.php,v 1.3 2004-12-16 22:07:53 fred Exp $
25
/**
25
/**
26
* Fichier de configuration d'eFlore-Serveur
26
* Fichier de configuration d'eFlore-Serveur
27
*
27
*
28
* Ce fichier contient les constantes et éventuellement des variables globales contenant toutes les info
28
* Ce fichier contient les constantes et éventuellement des variables globales contenant toutes les info
29
* nécessaire à la configuration du programme eFlore-Serveur.
29
* nécessaire à la configuration du programme eFlore-Serveur.
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.2 $ $Date: 2004-12-16 16:40:59 $
38
*@version       $Revision: 1.3 $ $Date: 2004-12-16 22:07:53 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
Line 127... Line 127...
127
);
127
);
128
*/
128
*/
129
/* +--Fin du code ----------------------------------------------------------------------------------------+
129
/* +--Fin du code ----------------------------------------------------------------------------------------+
130
*
130
*
131
* $Log: not supported by cvs2svn $
131
* $Log: not supported by cvs2svn $
-
 
132
* Revision 1.2  2004/12/16 16:40:59  jpm
-
 
133
* Ajout de chemin.
-
 
134
*
132
* Revision 1.1.1.1  2004/12/16 12:24:36  jpm
135
* Revision 1.1.1.1  2004/12/16 12:24:36  jpm
133
* Importation initiale eFlore v1.1 et serveur.
136
* Importation initiale eFlore v1.1 et serveur.
134
*
137
*
135
*
138
*
136
* +-- Fin du code ----------------------------------------------------------------------------------------+
139
* +-- Fin du code ----------------------------------------------------------------------------------------+