Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 24 → Rev 23

/trunk/configuration/eflore_config.inc.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: eflore_config.inc.php,v 1.4 2004-08-17 11:22:45 linda Exp $
// CVS : $Id: eflore_config.inc.php,v 1.3 2004-06-22 12:25:02 linda Exp $
/**
* Titre
*
32,7 → 32,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.4 $ $Date: 2004-08-17 11:22:45 $
*@version $Revision: 1.3 $ $Date: 2004-06-22 12:25:02 $
// +------------------------------------------------------------------------------------------------------+
*/
 
47,12 → 47,6
// +------------------------------------------------------------------------------------------------------+
 
// +------------------------------------------------------------------------------------------------------+
// Définition des variables temporairement utilisées pour les essais de l'application.
define('N_TAXON', 3288);
define('N_VERSION_PROJET_TAXON',1);
define('CONTRIBUTEUR',4);
 
// +------------------------------------------------------------------------------------------------------+
// Paramétrage de la base de données.
/** <br> Constante stockant le nom du serveur de bases de données.*/
define('EFLORE_BDD_SERVEUR', 'localhost');
72,19 → 66,10
define('EFLORE_CHEMIN_IMG_PLTE','sites/eflore/generique/images/photos_plte/');
/** <br> Constante stockant le chemin du dossier contenant les fichiers rdf.*/
define('EFLORE_CHEMIN_RDF','sites/eflore/generique/images/photos_plte/');
/** <br> Constante stockant l'URL de base de l'application recherche de plante.*/
define('EFLORE_CHEMIN_APPLI','papyrus.php?site=3&menu=39');
// +------------------------------------------------------------------------------------------------------+
// Définition de la langue
/** <br> Constante stockant la langue utilisée pour l'application.*/
define('EFLORE_LANGUE',substr($_GEN_commun['i18n'],0,2));
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.3 2004/06/22 12:25:02 linda
* modifications des paramètre de connexion à la base de données
*
* Revision 1.2 2004/06/17 15:21:37 linda
* ajout du fichier initial
*