Subversion Repositories eFlore/Applications.bibliobota

Compare Revisions

Ignore whitespace Rev 13 → Rev 14

/trunk/configuration/bb_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: bb_config.inc.php,v 1.2 2006-09-22 08:31:49 jp_milcent Exp $
// CVS : $Id: bb_config.inc.php,v 1.3 2006-09-22 08:35:01 jp_milcent Exp $
/**
* Configuration générale des applications de Biblio Bota
*
33,7 → 33,7
//Autres auteurs :
*@author Jean-Pascal MILENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.2 $ $Date: 2006-09-22 08:31:49 $
*@version $Revision: 1.3 $ $Date: 2006-09-22 08:35:01 $
// +------------------------------------------------------------------------------------------------------+
*/
 
81,10 → 81,14
define('BB_CHEMIN_API', GEN_CHEMIN_API);
/** Constante stockant le chemin du dossier contenant l'API JPGraph.*/
define('BB_CHEMIN_API_JPGRAPH', BB_CHEMIN_API.'jpgraph_1.12.2'.GEN_SEP);
/** Constante stockant le chemin du dossier contenant l'API JPGraph.*/
define('BB_CHEMIN_API_PEAR', PAP_CHEMIN_API_PEAR);
/** Constante stockant le chemin du dossier contenant l'API Débogage.*/
define('BB_CHEMIN_API_DEBOGAGE', BB_CHEMIN_API.'debogage'.GEN_SEP);
/** Constante stockant le chemin du dossier racine de Biblio Bota.*/
define('BB_CHEMIN_RACINE', GEN_CHEMIN_CLIENT.'biblio_bota'.GEN_SEP);
/** Constante stockant le chemin du dossier configuration de Biblio Bota.*/
define('BB_CHEMIN_CONFIG', BB_CHEMIN_RACINE.'configuration'.GEN_SEP);
/** Constante stockant le chemin absolu du dossier racine de Biblio Bota.*/
define('BB_CHEMIN_ABSO_RACINE', PAP_CHEMIN_RACINE.GEN_CHEMIN_CLIENT.'biblio_bota'.GEN_SEP);
/** Constante stockant le chemin du dossier contenant les applications spécifiques de Biblio Bota.*/
330,6 → 334,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2006/09/22 08:31:49 jp_milcent
* Utilisation de setlocale pour permettre un meilleur fonctionnement des fonctions strtoupper...
*
* Revision 1.1 2005/11/23 10:22:25 jp_milcent
* Ajout au dépot de l'application BiblioBota.
* Elle doit à terme migrer dans eFlore.