Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 90 Rev 158
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_avancee.inc.php,v 1.2 2005-01-19 15:23:19 jpm Exp $
24
// CVS : $Id: eribo_config_avancee.inc.php,v 1.3 2005-02-23 17:32:17 jpm Exp $
25
/**
25
/**
26
* Fichier de configuration avancée d'eFlore-Serveur
26
* Fichier de configuration avancée 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: 2005-01-19 15:23:19 $
38
*@version       $Revision: 1.3 $ $Date: 2005-02-23 17:32:17 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
Line 66... Line 66...
66
define('EFSE_CHEMIN_BIBLIO', 'bibliotheque'.EFSE_SEP);
66
define('EFSE_CHEMIN_BIBLIO', 'bibliotheque'.EFSE_SEP);
67
/** Constante stockant le chemin vers la bibliothèque des classes.*/
67
/** Constante stockant le chemin vers la bibliothèque des classes.*/
68
define('EFSE_CHEMIN_CLASSE', EFSE_CHEMIN_BIBLIO.'classes'.EFSE_SEP);
68
define('EFSE_CHEMIN_CLASSE', EFSE_CHEMIN_BIBLIO.'classes'.EFSE_SEP);
69
/** Constante stockant le chemin vers la bibliothèque des fonctions.*/
69
/** Constante stockant le chemin vers la bibliothèque des fonctions.*/
70
define('EFSE_CHEMIN_FONCTION', EFSE_CHEMIN_BIBLIO.'fonctions'.EFSE_SEP);
70
define('EFSE_CHEMIN_FONCTION', EFSE_CHEMIN_BIBLIO.'fonctions'.EFSE_SEP);
-
 
71
/** Constante stockant le chemin vers la bibliothèque de cartographie.*/
-
 
72
define('EFSE_CHEMIN_CARTO', EFSE_CHEMIN_BIBLIO.'carto'.EFSE_SEP);
71
/** Constante stockant le chemin vers la bibliothèque des interfaces.*/
73
/** Constante stockant le chemin vers la bibliothèque des interfaces.*/
72
define('EFSE_CHEMIN_INTERFACE', EFSE_CHEMIN_BIBLIO.'interfaces'.EFSE_SEP);
74
define('EFSE_CHEMIN_INTERFACE', EFSE_CHEMIN_BIBLIO.'interfaces'.EFSE_SEP);
73
/** Constante stockant le chemin vers le dossier des définitions.*/
75
/** Constante stockant le chemin vers le dossier des définitions.*/
74
define('EFSE_CHEMIN_DEFINITION', 'definitions'.EFSE_SEP);
76
define('EFSE_CHEMIN_DEFINITION', 'definitions'.EFSE_SEP);
75
/** Constante stockant le chemin vers les groupes de macro-éléments.*/
77
/** Constante stockant le chemin vers les groupes de macro-éléments.*/
Line 106... Line 108...
106
 
108
 
107
 
109
 
108
/* +--Fin du code ----------------------------------------------------------------------------------------+
110
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
111
*
-
 
112
* $Log: not supported by cvs2svn $
-
 
113
* Revision 1.2  2005/01/19 15:23:19  jpm
109
*
114
* Changement de nom de fichier.
110
* $Log: not supported by cvs2svn $
115
*
111
* Revision 1.1  2005/01/19 13:05:11  jpm
116
* Revision 1.1  2005/01/19 13:05:11  jpm
112
* Changement de nom.
117
* Changement de nom.
113
*
118
*