Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: bb_config.inc.php,v 1.2 2006-09-22 08:31:49 jp_milcent Exp $
|
22 |
// CVS : $Id: bb_config.inc.php,v 1.3 2006-09-22 08:35:01 jp_milcent Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Configuration générale des applications de Biblio Bota
|
24 |
* Configuration générale des applications de Biblio Bota
|
25 |
*
|
25 |
*
|
26 |
* Ce fichier permet de stocker les valeurs de configuration communes aux différentes applications
|
26 |
* Ce fichier permet de stocker les valeurs de configuration communes aux différentes applications
|
27 |
* constituant Biblio Bota.
|
27 |
* constituant Biblio Bota.
|
Line 31... |
Line 31... |
31 |
//Auteur original :
|
31 |
//Auteur original :
|
32 |
*@author Jean-Charles GRANGER <tela@vecteur.org>
|
32 |
*@author Jean-Charles GRANGER <tela@vecteur.org>
|
33 |
//Autres auteurs :
|
33 |
//Autres auteurs :
|
34 |
*@author Jean-Pascal MILENT <jpm@tela-botanica.org>
|
34 |
*@author Jean-Pascal MILENT <jpm@tela-botanica.org>
|
35 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@copyright Tela-Botanica 2000-2004
|
36 |
*@version $Revision: 1.2 $ $Date: 2006-09-22 08:31:49 $
|
36 |
*@version $Revision: 1.3 $ $Date: 2006-09-22 08:35:01 $
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
*/
|
38 |
*/
|
Line 39... |
Line 39... |
39 |
|
39 |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
Line 79... |
Line 79... |
79 |
// Définition des chemins de fichiers.
|
79 |
// Définition des chemins de fichiers.
|
80 |
/** Constante stockant le chemin du dossier contenant l'API partagée.*/
|
80 |
/** Constante stockant le chemin du dossier contenant l'API partagée.*/
|
81 |
define('BB_CHEMIN_API', GEN_CHEMIN_API);
|
81 |
define('BB_CHEMIN_API', GEN_CHEMIN_API);
|
82 |
/** Constante stockant le chemin du dossier contenant l'API JPGraph.*/
|
82 |
/** Constante stockant le chemin du dossier contenant l'API JPGraph.*/
|
83 |
define('BB_CHEMIN_API_JPGRAPH', BB_CHEMIN_API.'jpgraph_1.12.2'.GEN_SEP);
|
83 |
define('BB_CHEMIN_API_JPGRAPH', BB_CHEMIN_API.'jpgraph_1.12.2'.GEN_SEP);
|
- |
|
84 |
/** Constante stockant le chemin du dossier contenant l'API JPGraph.*/
|
- |
|
85 |
define('BB_CHEMIN_API_PEAR', PAP_CHEMIN_API_PEAR);
|
84 |
/** Constante stockant le chemin du dossier contenant l'API Débogage.*/
|
86 |
/** Constante stockant le chemin du dossier contenant l'API Débogage.*/
|
85 |
define('BB_CHEMIN_API_DEBOGAGE', BB_CHEMIN_API.'debogage'.GEN_SEP);
|
87 |
define('BB_CHEMIN_API_DEBOGAGE', BB_CHEMIN_API.'debogage'.GEN_SEP);
|
86 |
/** Constante stockant le chemin du dossier racine de Biblio Bota.*/
|
88 |
/** Constante stockant le chemin du dossier racine de Biblio Bota.*/
|
87 |
define('BB_CHEMIN_RACINE', GEN_CHEMIN_CLIENT.'biblio_bota'.GEN_SEP);
|
89 |
define('BB_CHEMIN_RACINE', GEN_CHEMIN_CLIENT.'biblio_bota'.GEN_SEP);
|
- |
|
90 |
/** Constante stockant le chemin du dossier configuration de Biblio Bota.*/
|
- |
|
91 |
define('BB_CHEMIN_CONFIG', BB_CHEMIN_RACINE.'configuration'.GEN_SEP);
|
88 |
/** Constante stockant le chemin absolu du dossier racine de Biblio Bota.*/
|
92 |
/** Constante stockant le chemin absolu du dossier racine de Biblio Bota.*/
|
89 |
define('BB_CHEMIN_ABSO_RACINE', PAP_CHEMIN_RACINE.GEN_CHEMIN_CLIENT.'biblio_bota'.GEN_SEP);
|
93 |
define('BB_CHEMIN_ABSO_RACINE', PAP_CHEMIN_RACINE.GEN_CHEMIN_CLIENT.'biblio_bota'.GEN_SEP);
|
90 |
/** Constante stockant le chemin du dossier contenant les applications spécifiques de Biblio Bota.*/
|
94 |
/** Constante stockant le chemin du dossier contenant les applications spécifiques de Biblio Bota.*/
|
91 |
define('BB_CHEMIN_APPLI', BB_CHEMIN_RACINE.'applications'.GEN_SEP);
|
95 |
define('BB_CHEMIN_APPLI', BB_CHEMIN_RACINE.'applications'.GEN_SEP);
|
92 |
/** Constante stockant le chemin absolu du dossier contenant les applications spécifiques de Biblio Bota.*/
|
96 |
/** Constante stockant le chemin absolu du dossier contenant les applications spécifiques de Biblio Bota.*/
|
Line 328... |
Line 332... |
328 |
}
|
332 |
}
|
329 |
}
|
333 |
}
|
330 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
334 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
331 |
*
|
335 |
*
|
332 |
* $Log: not supported by cvs2svn $
|
336 |
* $Log: not supported by cvs2svn $
|
- |
|
337 |
* Revision 1.2 2006/09/22 08:31:49 jp_milcent
|
- |
|
338 |
* Utilisation de setlocale pour permettre un meilleur fonctionnement des fonctions strtoupper...
|
- |
|
339 |
*
|
333 |
* Revision 1.1 2005/11/23 10:22:25 jp_milcent
|
340 |
* Revision 1.1 2005/11/23 10:22:25 jp_milcent
|
334 |
* Ajout au dépot de l'application BiblioBota.
|
341 |
* Ajout au dépot de l'application BiblioBota.
|
335 |
* Elle doit à terme migrer dans eFlore.
|
342 |
* Elle doit à terme migrer dans eFlore.
|
336 |
*
|
343 |
*
|
337 |
* Revision 1.10 2005/05/17 10:10:08 jpm
|
344 |
* Revision 1.10 2005/05/17 10:10:08 jpm
|