Subversion Repositories Applications.papyrus

Rev

Rev 425 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
425 florian 1
<?php
2
 
3
// +----------------------------------------------------------------------------+
4
// |car_config.inc.php                                                            |
5
// +----------------------------------------------------------------------------+
6
// | Copyright (c) 2004 Tela Botanica                                            |
7
// +----------------------------------------------------------------------------+
8
// | Le module d'inscription amélioré, configuration                            |
9
// +----------------------------------------------------------------------------+
10
// | Auteur : Alexandre Granier <alexandre@tela-botanica.org>                     |
11
// +----------------------------------------------------------------------------+
12
//
446 florian 13
// $Id: cartographie.config.inc.php,v 1.2 2005-09-22 13:30:49 florian Exp $
425 florian 14
 
15
//==================================== CONSTANTES ==================================
16
// Constantes
17
//==================================================================================
446 florian 18
define ('INS_MAIL_ADMIN', 'florian@ecole-et-nature.org') ;     // L'email de l'administrateur de la carto pour envoyer un message en double
19
?>