Subversion Repositories Applications.papyrus

Rev

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

Rev 926 Rev 927
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.11 2006-09-12 15:40:33 alexandre_tb Exp $
22
// CVS : $Id: bottin.config.inc.php,v 1.12 2006-09-12 15:44:18 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.11 $ $Date: 2006-09-12 15:40:33 $
35
*@version       $Revision: 1.12 $ $Date: 2006-09-12 15:44:18 $
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 235... Line 235...
235
 
235
 
236
if (INS_UTILISE_REECRITURE_URL) {
236
if (INS_UTILISE_REECRITURE_URL) {
237
    define ('INS_URL_PREFIXE', 'ins_') ;         // Indique le préfixe de l'url http://www.mondomaine.org/prefix____
237
    define ('INS_URL_PREFIXE', 'ins_') ;         // Indique le préfixe de l'url http://www.mondomaine.org/prefix____
Line 238... Line -...
238
}
-
 
239
 
238
}
240
$GLOBALS['mail_admin'] = array ('admin@domaine.net');
239
 
241
/* +--Fin du code ----------------------------------------------------------------------------------------+
240
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
241
*
-
 
242
* $Log: not supported by cvs2svn $
-
 
243
* Revision 1.11  2006/09/12 15:40:33  alexandre_tb
-
 
244
* modification des valeurs par défaut
242
*
245
* utilisation de gen_i18n_pays pour la table des pays
243
* $Log: not supported by cvs2svn $
246
*
244
* Revision 1.10  2006/06/29 07:47:22  alexandre_tb
247
* Revision 1.10  2006/06/29 07:47:22  alexandre_tb
245
* ajout du tableau mail_admin
248
* ajout du tableau mail_admin
246
*
249
*