Line 40... |
Line 40... |
40 |
//=========================DEFINITION DE VARIABLES =================================
|
40 |
//=========================DEFINITION DE VARIABLES =================================
|
41 |
* Définition des variables globales
|
41 |
* Définition des variables globales
|
42 |
//==================================================================================
|
42 |
//==================================================================================
|
43 |
*/
|
43 |
*/
|
Line 44... |
Line 44... |
44 |
|
44 |
|
Line 45... |
Line 45... |
45 |
$GLOBALS['AUTH'] = &$_GEN_commun['pear_auth'] ;
|
45 |
$GLOBALS['AUTH'] =& $GLOBALS['_GEN_commun']['pear_auth'] ;
|
46 |
|
46 |
|
47 |
/**
|
47 |
/**
|
48 |
//==================================== LES URLS ==================================
|
48 |
//==================================== LES URLS ==================================
|
49 |
* Constantes liées à l'utilisation des url
|
49 |
* Constantes liées à l'utilisation des url
|
50 |
//==================================================================================
|
50 |
//==================================================================================
|
51 |
*/
|
51 |
*/
|
52 |
$GLOBALS['ins_url'] = & $_GEN_commun['url'] ;
|
52 |
$GLOBALS['ins_url'] =& $GLOBALS['_GEN_commun']['url'] ;
|
Line 53... |
Line 53... |
53 |
$GLOBALS['ins_db'] = & $_GEN_commun['pear_db'] ;
|
53 |
$GLOBALS['ins_db'] =& $GLOBALS['_GEN_commun']['pear_db'] ;
|
54 |
define ("INS_CHEMIN_FICHIER", "client/inscription/") ;
|
54 |
define('INS_CHEMIN_FICHIER', 'client/inscription/') ;
|
55 |
|
55 |
|
56 |
/**
|
56 |
/**
|
57 |
//==================================== CONSTANTES ==================================
|
57 |
//==================================== CONSTANTES ==================================
|
58 |
* Constantes des noms de tables et de champs dans l'annuaire
|
- |
|
59 |
//==================================================================================
|
58 |
* Constantes des noms de tables et de champs dans l'annuaire
|
60 |
*/
|
59 |
//==================================================================================
|
61 |
|
60 |
*/
|
62 |
define ("INS_ANNUAIRE", "annuaire_tela") ;
|
61 |
define ("INS_ANNUAIRE", "annuaire_tela") ;
|
63 |
define ("INS_CHAMPS_ID", "U_ID") ; // Nom du champs nom
|
62 |
define ("INS_CHAMPS_ID", "U_ID") ; // Nom du champs nom
|
Line 81... |
Line 80... |
81 |
define ("INS_CHAMPS_TELEPHONE", "U_PHONE") ;
|
80 |
define ("INS_CHAMPS_TELEPHONE", "U_PHONE") ;
|
82 |
define ("INS_CHAMPS_FAX", "U_FAX") ;
|
81 |
define ("INS_CHAMPS_FAX", "U_FAX") ;
|
83 |
define ("INS_CHAMPS_STRUCTURE", "U_TITLE") ;
|
82 |
define ("INS_CHAMPS_STRUCTURE", "U_TITLE") ;
|
84 |
define ("INS_CHAMPS_DATE", "U_DATE") ;
|
83 |
define ("INS_CHAMPS_DATE", "U_DATE") ;
|
85 |
define ("INS_CHAMPS_LETTRE", "U_LETTRE") ; // Le champs qui indique si l'usager est inscrit à la lettre d'inscription
|
84 |
define ("INS_CHAMPS_LETTRE", "U_LETTRE") ; // Le champs qui indique si l'usager est inscrit à la lettre d'inscription
|
- |
|
85 |
|
86 |
/**
|
86 |
/**
|
87 |
//==================================== PARAMETRAGE =================================
|
87 |
//==================================== PARAMETRAGE =================================
|
88 |
* Pour régler certaines fonctionnalité de l'application
|
88 |
* Pour régler certaines fonctionnalité de l'application
|
89 |
//==================================================================================
|
89 |
//==================================================================================
|
90 |
*/
|
90 |
*/
|
91 |
|
- |
|
92 |
define ("INS_MAIL_ADMIN_APRES_INSCRIPTION", "Reseau Tela Botanica <accueil@tela-botanica.org>") ;
|
91 |
define ("INS_MAIL_ADMIN_APRES_INSCRIPTION", "Reseau Tela Botanica <accueil@tela-botanica.org>") ;
|
93 |
define ("INS_MAIL_ADMIN_APRES_INSCRIPTION_SUJET", "[Tela Botanica]Inscription") ;
|
92 |
define ("INS_MAIL_ADMIN_APRES_INSCRIPTION_SUJET", "[Tela Botanica]Inscription") ;
|
94 |
define ("INS_MAIL_INSCRIPTION_LISTE", 'actu-subscribe@tela-botanica.org') ;
|
93 |
define ("INS_MAIL_INSCRIPTION_LISTE", 'actu-subscribe@tela-botanica.org') ;
|
95 |
define ("INS_MAIL_DESINSCRIPTION_LISTE", 'actu-unsubscribe@tela-botanica.org') ;
|
94 |
define ("INS_MAIL_DESINSCRIPTION_LISTE", 'actu-unsubscribe@tela-botanica.org') ;
|
Line -... |
Line 95... |
- |
|
95 |
|
96 |
|
96 |
// Liste des personne recevant le mail après inscription
|
97 |
$GLOBALS['mail_admin'] = array ('accueil@tela-botanica.org', 'dmathieu@tela-botanica.org') ; // Liste des personne recevant le mail
|
- |
|
Line 98... |
Line 97... |
98 |
// après inscription
|
97 |
$GLOBALS['mail_admin'] = array ('accueil@tela-botanica.org', 'dmathieu@tela-botanica.org') ;
|
Line 99... |
Line 98... |
99 |
|
98 |
|
Line 100... |
Line 99... |
100 |
define ("INS_UTILISE_SPIP", 1) ;
|
99 |
define ("INS_UTILISE_SPIP", 1) ;
|
101 |
|
100 |
|
102 |
define ("INS_UTILISE_WIKINI", 1) ;
|
101 |
define ("INS_UTILISE_WIKINI", 1) ;
|
103 |
|
102 |
|
Line 104... |
Line 103... |
104 |
if (INS_UTILISE_WIKINI) {
|
103 |
if (INS_UTILISE_WIKINI) {
|
105 |
define ('INS_CHAMPS_WIKINI', 'at_nom_wiki') ;
|
104 |
define ('INS_CHAMPS_WIKINI', 'at_nom_wiki') ;
|
106 |
define ('INS_DSN_WIKINI', 'mysql://telabotap:@localhost/tela_prod_wikini') ;
|
105 |
define ('INS_BDD_WIKINI', 'tela_prod_wikini') ;
|
Line 107... |
Line 106... |
107 |
}
|
106 |
}
|
108 |
|
107 |
|
109 |
if (INS_UTILISE_SPIP) {
|
108 |
if (INS_UTILISE_SPIP) {
|