Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 46 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 46 Rev 50
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_avancee.inc.php,v 1.1 2004-12-22 13:28:16 jpm Exp $
24
// CVS : $Id: eflore_config_avancee.inc.php,v 1.2 2004-12-22 13:33:18 jpm Exp $
25
/**
25
/**
26
* Fichier de configuration d'eFlore-Serveur
26
* Fichier de configuration avancée d'eFlore-Serveur
27
*
27
*
28
* Ce fichier contient les constantes et éventuellement des variables globales contenant toutes les info
28
* Ce fichier contient les constantes et éventuellement des variables globales contenant toutes les info
29
* nécessaire à la configuration du programme eFlore-Serveur.
29
* nécessaire à la configuration du programme eFlore-Serveur.
30
*
30
*
31
*@package eFlore-Serveur
31
*@package eFlore-Serveur
Line 33... Line 33...
33
//Auteur original :
33
//Auteur original :
34
*@author        Frédéric LEGENS <flegens@free.fr>
34
*@author        Frédéric LEGENS <flegens@free.fr>
35
//Autres auteurs :
35
//Autres auteurs :
36
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
36
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
37
*@copyright     Tela-Botanica 2000-2004
37
*@copyright     Tela-Botanica 2000-2004
38
*@version       $Revision: 1.1 $ $Date: 2004-12-22 13:28:16 $
38
*@version       $Revision: 1.2 $ $Date: 2004-12-22 13:33:18 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
Line 95... Line 95...
95
define('EFSE_FICHIER_CONFIG', EFSE_CHEMIN_CONFIG.'eflore_config.php');
95
define('EFSE_FICHIER_CONFIG', EFSE_CHEMIN_CONFIG.'eflore_config.php');
Line 96... Line 96...
96
 
96
 
97
/** Constante stockant la valeur de la racine des chemins.*/
97
/** Constante stockant la valeur de la racine des chemins.*/
Line 98... Line -...
98
define('EFSE_CHEMIN_GENERATEUR_RACINE', '..'.EFSE_SEP);
-
 
99
 
-
 
100
// Tableau stockant les différentes valeurs permettant de configurer l'appli.
-
 
101
/*
-
 
102
$appConfig = array(
-
 
103
    'mysql_host' => 'localhost',
-
 
104
    'mysql_database' => 'eflore-test',
-
 
105
    'mysql_user' => 'eflorete',
-
 
106
    'mysql_password' => 'rcf8wvc',
-
 
107
    'app_version' => 'Version 0.0.1',
-
 
108
    'service_map' => ,
-
 
109
    'def_groupes'=>'definitions\\groupesmacroelements\\',
-
 
110
    'def_macro'=>'definitions\\macroelements\\',
-
 
111
    'service_map'=>'definitions\\eflore_services.map',
-
 
112
    'publi_html'=>'definitions\\publicationshtml\\',
-
 
113
    'publi_xml'=>'definitions\\publicationsxml\\',
-
 
114
    'auto_groupes'=>'phpautomatique\\groupesmacroelements\\',
-
 
115
    'auto_macro'=>'phpautomatique\\macroelements\\'
98
define('EFSE_CHEMIN_GENERATEUR_RACINE', '..'.EFSE_SEP);
116
);
99
 
117
*/
100
*/
118
/* +--Fin du code ----------------------------------------------------------------------------------------+
101
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
102
*
-
 
103
* $Log: not supported by cvs2svn $
-
 
104
* Revision 1.1  2004/12/22 13:28:16  jpm
119
*
105
* Les constantes et variables non liées à la sécurité.
120
* $Log: not supported by cvs2svn $
106
*
121
* Revision 1.4  2004/12/22 13:24:47  jpm
107
* Revision 1.4  2004/12/22 13:24:47  jpm
122
* Modif.
108
* Modif.
123
*
109
*