Subversion Repositories Applications.papyrus

Rev

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

Rev 671 Rev 779
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
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                                  |
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                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: bottin.config.inc.php,v 1.5 2005-12-19 13:16:38 alexandre_tb Exp $
22
// CVS : $Id: bottin.config.inc.php,v 1.6 2006-03-15 11:04:27 alexandre_tb Exp $
23
/**
23
/**
24
* Fichier de configuration de l'application d'inscription/annuaire
24
* Fichier de configuration de l'application d'inscription/annuaire
25
*
25
*
26
* A éditer de façon spécifique à chaque déploiement
26
* A éditer de façon spécifique à chaque déploiement
27
*
27
*
Line 30... Line 30...
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
31
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
31
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@author        Aucun
33
*@author        Aucun
34
*@copyright     Tela-Botanica 2000-2004
34
*@copyright     Tela-Botanica 2000-2004
35
*@version       $Revision: 1.5 $ $Date: 2005-12-19 13:16:38 $
35
*@version       $Revision: 1.6 $ $Date: 2006-03-15 11:04:27 $
36
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
37
*/
37
*/
38
//================================= CONSTANTES DB ==================================
38
//================================= CONSTANTES DB ==================================
39
/** Nom de la table Annuaire */
39
/** Nom de la table Annuaire */
40
define ('INS_ANNUAIRE', 'annuaire');
40
define ('INS_ANNUAIRE', 'annuaire');
Line 186... Line 186...
186
define ('INS_MAIL_VALIDATION_INSCRIPTION', 0);
186
define ('INS_MAIL_VALIDATION_INSCRIPTION', 0);
Line 187... Line 187...
187
 
187
 
188
/** Adresse de messagerie de l'administrateur, pour suivre les inscriptions */
188
/** Adresse de messagerie de l'administrateur, pour suivre les inscriptions */
Line -... Line 189...
-
 
189
define ('INS_MAIL_ADMIN_APRES_INSCRIPTION', 'nom@domaine.ext');
-
 
190
 
189
define ('INS_MAIL_ADMIN_APRES_INSCRIPTION', 'nom@domaine.ext');
191
$GLOBALS['mail_admin'] = array ('nom@domaine.ext') ;   // Liste des personne recevant le mail
190
 
192
   
Line 191... Line 193...
191
/** Sujet du message envoyé pour l'inscription */
193
/** Sujet du message envoyé pour l'inscription */
192
define ('INS_MAIL_ADMIN_APRES_INSCRIPTION_SUJET', '[nom] Inscription');
194
define ('INS_MAIL_ADMIN_APRES_INSCRIPTION_SUJET', '[nom] Inscription');
Line 221... Line 223...
221
*/
223
*/
Line 222... Line 224...
222
 
224
 
Line 223... Line 225...
223
define ('INS_UTILISE_REECRITURE_URL', 1) ;      // mettre à 1 si on souhaite utiliser la réécriture
225
define ('INS_UTILISE_REECRITURE_URL', 1) ;      // mettre à 1 si on souhaite utiliser la réécriture
224
 
226
 
225
if (INS_UTILISE_REECRITURE_URL) {
227
if (INS_UTILISE_REECRITURE_URL) {
Line 226... Line 228...
226
    define ('INS_URL_PREFIXE', 'ins') ;         // Indique le préfixe de l'url http://www.mondomaine.org/prefix____
228
    define ('INS_URL_PREFIXE', 'ins_') ;         // Indique le préfixe de l'url http://www.mondomaine.org/prefix____
227
}
229
}
228
 
230
 
-
 
231
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
232
*
-
 
233
* $Log: not supported by cvs2svn $
229
/* +--Fin du code ----------------------------------------------------------------------------------------+
234
* Revision 1.5  2005/12/19 13:16:38  alexandre_tb
230
*
235
* généricité du fichier de config
231
* $Log: not supported by cvs2svn $
236
*
232
* Revision 1.4  2005/12/19 11:06:01  alexandre_tb
237
* Revision 1.4  2005/12/19 11:06:01  alexandre_tb
233
* modification dans la table annuaire
238
* modification dans la table annuaire