Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 157 → Rev 158

/trunk/serveur/configuration/eribo_config_avancee.inc.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: eribo_config_avancee.inc.php,v 1.2 2005-01-19 15:23:19 jpm Exp $
// CVS : $Id: eribo_config_avancee.inc.php,v 1.3 2005-02-23 17:32:17 jpm Exp $
/**
* Fichier de configuration avancée d'eFlore-Serveur
*
35,7 → 35,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.2 $ $Date: 2005-01-19 15:23:19 $
*@version $Revision: 1.3 $ $Date: 2005-02-23 17:32:17 $
// +------------------------------------------------------------------------------------------------------+
*/
 
68,6 → 68,8
define('EFSE_CHEMIN_CLASSE', EFSE_CHEMIN_BIBLIO.'classes'.EFSE_SEP);
/** Constante stockant le chemin vers la bibliothèque des fonctions.*/
define('EFSE_CHEMIN_FONCTION', EFSE_CHEMIN_BIBLIO.'fonctions'.EFSE_SEP);
/** Constante stockant le chemin vers la bibliothèque de cartographie.*/
define('EFSE_CHEMIN_CARTO', EFSE_CHEMIN_BIBLIO.'carto'.EFSE_SEP);
/** Constante stockant le chemin vers la bibliothèque des interfaces.*/
define('EFSE_CHEMIN_INTERFACE', EFSE_CHEMIN_BIBLIO.'interfaces'.EFSE_SEP);
/** Constante stockant le chemin vers le dossier des définitions.*/
108,6 → 110,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2005/01/19 15:23:19 jpm
* Changement de nom de fichier.
*
* Revision 1.1 2005/01/19 13:05:11 jpm
* Changement de nom.
*