325 |
florian |
1 |
<?php
|
|
|
2 |
/*vim: set expandtab tabstop=4 shiftwidth=4: */
|
|
|
3 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
4 |
// | PHP version 4.1 |
|
|
|
5 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
6 |
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
|
|
|
7 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
8 |
// | This library is free software; you can redistribute it and/or |
|
|
|
9 |
// | modify it under the terms of the GNU Lesser General Public |
|
|
|
10 |
// | License as published by the Free Software Foundation; either |
|
|
|
11 |
// | version 2.1 of the License, or (at your option) any later version. |
|
|
|
12 |
// | |
|
|
|
13 |
// | This library is distributed in the hope that it will be useful, |
|
|
|
14 |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
15 |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
|
16 |
// | Lesser General Public License for more details. |
|
|
|
17 |
// | |
|
|
|
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 |
|
|
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
|
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
22 |
// CVS : $Id: ins_annuaire.config.inc.php,v 1.1 2005-04-06 13:33:32 florian Exp $
|
|
|
23 |
/**
|
|
|
24 |
* Fichier de configuration de l'application d'inscription/annuaire
|
|
|
25 |
*
|
|
|
26 |
* A éditer de façon spécifique à chaque déploiement
|
|
|
27 |
*
|
|
|
28 |
*@package ins_annuaire
|
|
|
29 |
//Auteur original :
|
|
|
30 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
|
|
31 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
|
|
32 |
//Autres auteurs :
|
|
|
33 |
*@author Aucun
|
|
|
34 |
*@copyright Tela-Botanica 2000-2004
|
|
|
35 |
*@version $Revision: 1.1 $ $Date: 2005-04-06 13:33:32 $
|
|
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
37 |
*/
|
|
|
38 |
//================================= CONSTANTES DB ==================================
|
|
|
39 |
/** Nom de la table Annuaire */
|
|
|
40 |
define ('INS_ANNUAIRE', 'annuaire');
|
|
|
41 |
/** Nom de la table des départements */
|
|
|
42 |
define ('INS_TABLE_DPT', 'gen_departement');
|
|
|
43 |
/** Nom de la table des pays */
|
|
|
44 |
define ('INS_TABLE_PAYS', 'gen_pays');
|
|
|
45 |
/** Champs identifiant */
|
|
|
46 |
define ('INS_CHAMPS_ID', 'a_id');
|
|
|
47 |
/** Champs adresse mail */
|
|
|
48 |
define ('INS_CHAMPS_MAIL', 'a_mail');
|
|
|
49 |
/** Champs nom */
|
|
|
50 |
define ('INS_CHAMPS_NOM', 'a_nom');
|
|
|
51 |
/** Champs prénom */
|
|
|
52 |
define ('INS_CHAMPS_PRENOM', 'a_prenom');
|
|
|
53 |
/** Champs mot de passe */
|
|
|
54 |
define ('INS_CHAMPS_PASSE', 'a_mot_de_passe');
|
|
|
55 |
/** Champs identifiant pays */
|
|
|
56 |
define ('INS_CHAMPS_PAYS', 'a_ce_pays');
|
|
|
57 |
/** Champs code postal */
|
|
|
58 |
define ('INS_CHAMPS_CODE_POSTAL', 'a_code_postal');
|
|
|
59 |
/** Champs département */
|
|
|
60 |
define ('INS_CHAMPS_DEPARTEMENT', 'a_ce_departement');
|
|
|
61 |
/** Champs adresse 1 */
|
|
|
62 |
define ('INS_CHAMPS_ADRESSE_1', 'a_adresse1');
|
|
|
63 |
/** Champs adresse 2 */
|
|
|
64 |
define ('INS_CHAMPS_ADRESSE_2', 'a_adresse2');
|
|
|
65 |
/** Champs ville */
|
|
|
66 |
define ('INS_CHAMPS_VILLE', 'a_ville');
|
|
|
67 |
/** Champs date de l'inscription */
|
|
|
68 |
define ('INS_CHAMPS_DATE_INSCRIPTION', 'a_date_inscription');
|
|
|
69 |
/** Champs pour désigner si c'est l'inscription d'une structure */
|
|
|
70 |
define ('INS_CHAMPS_EST_STRUCTURE', 'a_est_structure');
|
|
|
71 |
/** Champs sigle de la structure */
|
|
|
72 |
define ('INS_CHAMPS_SIGLE_STRUCTURE', 'a_sigle_structure');
|
|
|
73 |
/** Champs numéro de téléphone */
|
|
|
74 |
define ('INS_CHAMPS_TELEPHONE', 'a_telephone');
|
|
|
75 |
/** Champs numéro de fax */
|
|
|
76 |
define ('INS_CHAMPS_FAX', 'a_fax');
|
|
|
77 |
/** Champs d'appartenance à une structure */
|
|
|
78 |
define ('INS_CHAMPS_STRUCTURE', 'a_ce_structure');
|
|
|
79 |
/** Champs identifiant du pays */
|
|
|
80 |
define ('INS_CHAMPS_ID_PAYS', 'gp_id_pays');
|
|
|
81 |
/** Champs nom du pays */
|
|
|
82 |
define ('INS_CHAMPS_LABEL_PAYS', 'gp_nom');
|
|
|
83 |
/** Champs pour l'abonnement à une liste */
|
|
|
84 |
define ('INS_CHAMPS_LETTRE', 'a_lettre');
|
|
|
85 |
/** Champs de la date d'inscription */
|
|
|
86 |
define ('INS_CHAMPS_DATE', 'a_date_inscription');
|
|
|
87 |
|
|
|
88 |
/** adresse d'inscription à la newsletter */
|
|
|
89 |
define ('INS_MAIL_INSCRIPTION_LISTE', 'newsletter-suscribe@educ-envir.org');
|
|
|
90 |
/** adresse de désinscription à la newsletter */
|
|
|
91 |
define ('INS_MAIL_DESINSCRIPTION_LISTE', 'newsletter-unsuscribe@educ-envir.org');
|
|
|
92 |
|
|
|
93 |
|
|
|
94 |
//teste si l'on est dans l'application Papyrus
|
|
|
95 |
if (!defined('PAP_VERSION')) { //pas dans Papyrus
|
|
|
96 |
//================================ BASE DE DONNEES =================================
|
|
|
97 |
define ('INS_PROTOCOLE', 'mysql') ;
|
|
|
98 |
define ('INS_UTILISATEUR', 'test') ;
|
|
|
99 |
define ('INS_MOT_DE_PASSE_DB', 'ecnat') ;
|
|
|
100 |
define ('INS_HOTE', 'localhost') ;
|
|
|
101 |
define ('INS_BASE', 'testP') ;
|
|
|
102 |
define ('INS_TYPE_ENCODAGE','MD5');
|
|
|
103 |
|
|
|
104 |
// Formation du dsn
|
|
|
105 |
$dsn = INS_PROTOCOLE.'://'.INS_UTILISATEUR.':'.INS_MOT_DE_PASSE_DB.'@'.INS_HOTE.'/'.INS_BASE;
|
|
|
106 |
|
|
|
107 |
include_once 'DB.php'; //appel de la librairie DB de PEAR
|
|
|
108 |
/** Variable globale contenant l'objet d'accès à la base de donnée */
|
|
|
109 |
$GLOBALS['ins_db'] =& DB::connect($dsn);
|
|
|
110 |
|
|
|
111 |
//=============================== AUTHENTIFICATION =================================
|
|
|
112 |
include_once 'Auth.php'; //appel de la librairie Auth de PEAR
|
|
|
113 |
/** Nom de la session PHP */
|
|
|
114 |
define ('INS_NOM_SESSION','Educ-Envir.org');
|
|
|
115 |
/** Durée de la session PHP */
|
|
|
116 |
define ('INS_DUREE_SESSION',3600*12);
|
|
|
117 |
/** Tableau des parametres de l'authentification */
|
|
|
118 |
$params = array(
|
|
|
119 |
'dsn' => $dsn,
|
|
|
120 |
'table' => INS_ANNUAIRE,
|
|
|
121 |
'usernamecol' => INS_CHAMPS_MAIL,
|
|
|
122 |
'passwordcol' => INS_CHAMPS_MOT_DE_PASSE
|
|
|
123 |
);
|
|
|
124 |
/** Variable globale contenant l'objet d'authentification de l'application, un objet AUTH*/
|
|
|
125 |
$GLOBALS['AUTH']= &new Auth($GLOBALS['ins_db'], $params );
|
|
|
126 |
$GLOBALS['AUTH']->setSessionname(INS_NOM_SESSION);
|
|
|
127 |
$GLOBALS['AUTH']->setExpire(INS_DUREE_SESSION);
|
|
|
128 |
$GLOBALS['AUTH']->setShowLogin(false);
|
|
|
129 |
|
|
|
130 |
//==================================== LES URLS ====================================
|
|
|
131 |
include_once 'Net_URL.php'; //appel de la librairie Net_URL de PEAR
|
|
|
132 |
/** Variable globale contenant l'objet d'accès à l'URL de base de l'application, un objet Net_URL*/
|
|
|
133 |
$GLOBALS['ins_url'] = new Net_URL('http://localhost/ins_annuaire/');
|
|
|
134 |
|
|
|
135 |
//===================================== CHEMINS ====================================
|
|
|
136 |
/** Chemin de l'application (mettre un / à la fin) */
|
|
|
137 |
define ('INS_CHEMIN_APPLI', '/home/florian/Documents/CVS/applications_web/php/ins_annuaire/');
|
|
|
138 |
|
|
|
139 |
//===================================== LANGUES ====================================
|
|
|
140 |
/** Choix de la langue par défaut de l'application */
|
|
|
141 |
define ('INS_LANGUE_DEFAUT', 'fr');
|
|
|
142 |
include_once INS_CHEMIN_APPLI.'langues/ins_annuaire.langue.'.INS_LANGUE_DEFAUT.'.inc.php'; //appel du fichier de constantes des langues
|
|
|
143 |
|
|
|
144 |
|
|
|
145 |
} else { //dans Papyrus
|
|
|
146 |
//================================ BASE DE DONNEES =================================
|
|
|
147 |
/** Variable globale contenant l'objet d'accès à la base de données de l'application, un objet DB*/
|
|
|
148 |
$GLOBALS['ins_db'] =& $GLOBALS['_GEN_commun']['pear_db']; //Mis en commentaire pour permettre d'avoir une base de données commune avec Educ-Envir
|
|
|
149 |
|
|
|
150 |
//=========================AUTHENTIFICATION=================================
|
|
|
151 |
/** Variable globale contenant l'objet d'authentification de l'application, un objet AUTH*/
|
|
|
152 |
$GLOBALS['AUTH'] =& $GLOBALS['_GEN_commun']['pear_auth']; //Mis en commmentaire pour permettre d'avoir une base de données commune avec Educ-Envir
|
|
|
153 |
|
|
|
154 |
//==================================== LES URLS ====================================
|
|
|
155 |
/** Variable globale contenant l'objet d'accès à l'URL de base de l'application, un objet Net_URL*/
|
|
|
156 |
$GLOBALS['ins_url'] =& $GLOBALS['_GEN_commun']['url'];
|
|
|
157 |
|
|
|
158 |
//===================================== CHEMINS ====================================
|
|
|
159 |
/** Chemin de l'application (mettre un / à la fin) */
|
|
|
160 |
define ('INS_CHEMIN_APPLI', 'client/ins_annuaire/');
|
|
|
161 |
|
|
|
162 |
//===================================== LANGUES ====================================
|
|
|
163 |
/** Choix de la langue par défaut de l'application */
|
|
|
164 |
define ('INS_LANGUE_DEFAUT', $GLOBALS['_GEN_commun']['i18n']) ;
|
|
|
165 |
include_once INS_CHEMIN_APPLI.'langues/ins_annuaire.langue.'.INS_LANGUE_DEFAUT.'.inc.php'; //appel du fichier de constantes des langues
|
|
|
166 |
}
|
|
|
167 |
|
|
|
168 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
|
|
169 |
*
|
|
|
170 |
* $Log: not supported by cvs2svn $
|
|
|
171 |
* version initiale
|
|
|
172 |
*
|
|
|
173 |
*
|
|
|
174 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
|
|
175 |
*/
|
|
|
176 |
?>
|