Line 41... |
Line 41... |
41 |
* Définition des variables globales
|
41 |
* Définition des variables globales
|
42 |
//==================================================================================
|
42 |
//==================================================================================
|
43 |
*/
|
43 |
*/
|
44 |
$GLOBALS['AUTH'] =& $GLOBALS['_GEN_commun']['pear_auth'] ;
|
44 |
$GLOBALS['AUTH'] =& $GLOBALS['_GEN_commun']['pear_auth'] ;
|
45 |
$GLOBALS['ann_db'] =& $GLOBALS['_GEN_commun']['pear_db'] ;
|
45 |
$GLOBALS['ann_db'] =& $GLOBALS['_GEN_commun']['pear_db'] ;
|
- |
|
46 |
$GLOBALS['ins_db'] =& $GLOBALS['_GEN_commun']['pear_db'] ;
|
Line 46... |
Line 47... |
46 |
|
47 |
|
47 |
/**
|
48 |
/**
|
48 |
//==================================== LES URLS ==================================
|
49 |
//==================================== LES URLS ==================================
|
49 |
* Constantes liées à l'utilisation des url
|
50 |
* Constantes liées à l'utilisation des url
|
Line 85... |
Line 86... |
85 |
|
86 |
|
Line 86... |
Line 87... |
86 |
define ("ANN_TABLE_DEPARTEMENT", "gen_FRENCH_DPT") ;
|
87 |
define ("ANN_TABLE_DEPARTEMENT", "gen_FRENCH_DPT") ;
|
Line -... |
Line 88... |
- |
|
88 |
|
- |
|
89 |
define ('MAIL_MODERATION','moderation@tela-botanica.org') ;
|
- |
|
90 |
|
- |
|
91 |
/**
|
- |
|
92 |
//==================================== CONSTANTES ==================================
|
- |
|
93 |
* Constantes des applications extérieures
|
- |
|
94 |
//==================================================================================
|
- |
|
95 |
*/
|
- |
|
96 |
define ('INS_UTILISE_LISTE', true);
|
- |
|
97 |
define ('INS_MAIL_INSCRIPTION_LISTE', 'actu-subscribe@tela-botanica.org');
|
- |
|
98 |
define ('INS_MAIL_DESINSCRIPTION_LISTE', 'actu-unsubscribe@tela-botanica.org');
|
- |
|
99 |
|
- |
|
100 |
define ('INS_UTILISE_SPIP', 1);
|
- |
|
101 |
if (INS_UTILISE_SPIP) {
|
- |
|
102 |
define ('INS_BDD_SPIP', 'tela_prod_spip_actu');
|
- |
|
103 |
}
|
- |
|
104 |
|
- |
|
105 |
define ('ANNUAIRE_ADMIN', 'gen_annuaire');
|
- |
|
106 |
define ('ANNUAIRE_ADMIN_ID', 'ga_id_administrateur');
|
- |
|
107 |
|
- |
|
108 |
define(INS_CHAMPS_ID, 'U_ID');
|
- |
|
109 |
define(INS_CHAMPS_MAIL, 'U_MAIL');
|
- |
|
110 |
define(INS_ANNUAIRE, 'annuaire_tela');
|
- |
|
111 |
define(INS_CHAMPS_NOM, 'U_NAME');
|
87 |
|
112 |
define(INS_CHAMPS_PRENOM, 'U_SURNAME');
|
88 |
define ('MAIL_MODERATION','moderation@tela-botanica.org') ;
|
113 |
|
89 |
|
114 |
|
90 |
/** Tableau global contenant les mails des administrateurs. */
|
115 |
/** Tableau global contenant les mails des administrateurs. */
|
91 |
// Liste des personne recevant le mail après envoie de courriel par l'annuaire
|
116 |
// Liste des personne recevant le mail après envoie de courriel par l'annuaire
|
92 |
$GLOBALS['mail_admin'] = array ('Accueil <accueil@tela-botanica.org>',
|
117 |
$GLOBALS['mail_admin'] = array ('Accueil <accueil@tela-botanica.org>',
|
93 |
'Daniel MATHIEU <dmathieu@tela-botanica.org>',
|
118 |
'Daniel MATHIEU <dmathieu@tela-botanica.org>',
|
94 |
'Jean-Pascal MILCENT <jpm@tela-botanica.org>',
|
119 |
'Jean-Pascal MILCENT <jpm@tela-botanica.org>',
|