Subversion Repositories eFlore/Archives.eflore-consultation-v1

Rev

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

Rev 2 Rev 6
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: eflore_config.inc.php,v 1.1 2005-05-24 15:57:48 jpm Exp $
24
// CVS : $Id: eflore_config.inc.php,v 1.2 2005-06-01 18:25:24 jpm Exp $
25
/**
25
/**
26
* Fichier de configuration
26
* Fichier de configuration
27
*
27
*
28
*@package eFlore
28
*@package eFlore
29
*@subpackage Ancien
29
*@subpackage Ancien
30
//Auteur original :
30
//Auteur original :
31
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
31
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@author        Aucun
33
*@author        Aucun
34
*@copyright     Tela-Botanica 2000-2005
34
*@copyright     Tela-Botanica 2000-2005
35
*@version       $Revision: 1.1 $ $Date: 2005-05-24 15:57:48 $
35
*@version       $Revision: 1.2 $ $Date: 2005-06-01 18:25:24 $
36
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
37
*/
37
*/
Line 38... Line 38...
38
 
38
 
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
Line 67... Line 67...
67
// Chemins
67
// Chemins
68
define('EF_PATH_ROOT','client/eflore_ancien/');
68
define('EF_PATH_ROOT','client/eflore_ancien/');
69
define('EF_PATH_BIBLIO',EF_PATH_ROOT.'bibliotheque/');
69
define('EF_PATH_BIBLIO',EF_PATH_ROOT.'bibliotheque/');
70
define('EF_PATH_CONFIG',EF_PATH_ROOT.'configuration/');
70
define('EF_PATH_CONFIG',EF_PATH_ROOT.'configuration/');
71
define('EF_PATH_LANGUE',EF_PATH_ROOT.'langues/');
71
define('EF_PATH_LANGUE',EF_PATH_ROOT.'langues/');
-
 
72
define('EF_PATH_PRESENTATION',EF_PATH_ROOT.'presentations/');
-
 
73
define('EF_PATH_STYLE',EF_PATH_PRESENTATION.'styles/');
-
 
74
define('EF_PATH_SCRIPT',EF_PATH_PRESENTATION.'scripts/');
72
define('EF_PATH_API','api/');
75
define('EF_PATH_API','api/');
73
define('EF_PATH_API_BOG',EF_PATH_API.'debogage/');
76
define('EF_PATH_API_BOG',EF_PATH_API.'debogage/');
74
define('EF_PATH_CLASSES',EF_PATH_BIBLIO.'classes/');
77
define('EF_PATH_CLASSES',EF_PATH_BIBLIO.'classes/');
75
define('EF_PATH_DBACCESS',EF_PATH_BIBLIO.'dbaccess/');
78
define('EF_PATH_DBACCESS',EF_PATH_BIBLIO.'dbaccess/');
76
define('EF_PATH_SERVICES',EF_PATH_BIBLIO.'servicesxml/');
79
define('EF_PATH_SERVICES',EF_PATH_BIBLIO.'servicesxml/');
Line 83... Line 86...
83
 
86
 
84
 
87
 
85
/* +--Fin du code ----------------------------------------------------------------------------------------+
88
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
89
*
-
 
90
* $Log: not supported by cvs2svn $
-
 
91
* Revision 1.1  2005/05/24 15:57:48  jpm
86
*
92
* Gestion de l'ancienne base.
87
* $Log: not supported by cvs2svn $
93
*
88
*
94
*
89
* +-- Fin du code ----------------------------------------------------------------------------------------+
95
* +-- Fin du code ----------------------------------------------------------------------------------------+
90
*/
96
*/