Subversion Repositories Applications.projet

Rev

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

Rev 289 Rev 353
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: projet.config.inc.php,v 1.11 2008-05-21 14:37:48 alexandre_tb Exp $
22
// CVS : $Id: projet.config.inc.php,v 1.12 2008-10-29 15:49:24 aperonnet Exp $
23
/**
23
/**
24
* Application projet, fichier de configuration
24
* Application projet, fichier de configuration
25
*
25
*
26
* Fichier de configuration
26
* Fichier de configuration
27
*
27
*
Line 29... Line 29...
29
//Auteur original :
29
//Auteur original :
30
*@author        Alexandre Granier <alexandre@tela-botanica.org>
30
*@author        Alexandre Granier <alexandre@tela-botanica.org>
31
//Autres auteurs :
31
//Autres auteurs :
32
*@author        Aucun
32
*@author        Aucun
33
*@copyright     Tela-Botanica 2000-2004
33
*@copyright     Tela-Botanica 2000-2004
34
*@version       $Revision: 1.11 $
34
*@version       $Revision: 1.12 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
/**
38
/**
Line 73... Line 73...
73
$GLOBALS['projet_auth'] = $GLOBALS['_GEN_commun']['pear_auth'];
73
$GLOBALS['projet_auth'] = $GLOBALS['_GEN_commun']['pear_auth'];
Line 74... Line 74...
74
 
74
 
75
// Un objet PEAR:DB connecté
75
// Un objet PEAR:DB connecté
Line 76... Line 76...
76
$GLOBALS['projet_db'] = $GLOBALS['_GEN_commun']['pear_db'];
76
$GLOBALS['projet_db'] = $GLOBALS['_GEN_commun']['pear_db'];
Line 77... Line 77...
77
 
77
 
78
$GLOBALS['url'] =& $GLOBALS['_GEN_commun']['url'] ;
78
$GLOBALS['url'] = &$GLOBALS['_GEN_commun']['url'] ;
79
 
79
 
80
// La langue
80
// La langue
81
if (!isset ($GLOBALS['lang'])) $GLOBALS['lang'] = PROJET_LANGUE_DEFAUT ;
81
if (!isset ($GLOBALS['lang'])) $GLOBALS['lang'] = PROJET_LANGUE_DEFAUT ;
82
/**
82
/**
83
//==================================== CONSTANTES ==================================
83
//==================================== CONSTANTES ==================================
Line 84... Line 84...
84
* Constantes des noms de tables et de champs dans l'annuaire
84
* Constantes des noms de tables et de champs dans l'annuaire
85
//==================================================================================
85
//==================================================================================
86
*/
86
*/
87
 
87
 
88
define ("PROJET_ANNUAIRE", "annuaire") ;       // Nom de la table d'annuaire
88
define ("PROJET_ANNUAIRE", "gen_annuaire") ;       // Nom de la table d'annuaire
Line 89... Line 89...
89
define ("PROJET_CHAMPS_NOM", "a_nom") ;                   // Nom du champs nom
89
define ("PROJET_CHAMPS_NOM", "ga_nom") ;                   // Nom du champs nom
90
define ("PROJET_CHAMPS_MAIL", "a_mail") ;                  // Nom du champs mail
90
define ("PROJET_CHAMPS_MAIL", "ga_mail") ;                  // Nom du champs mail
Line 91... Line 91...
91
define ("PROJET_CHAMPS_PRENOM", "a_prenom") ;             // Nom du champs prénom
91
define ("PROJET_CHAMPS_PRENOM", "ga_prenom") ;             // Nom du champs prénom
Line 150... Line 150...
150
define ('PROJET_UPLOAD_MAX_FILE_SIZE', 4*1024*1024) ;// 4 Mo
150
define ('PROJET_UPLOAD_MAX_FILE_SIZE', 4*1024*1024) ;// 4 Mo
Line 151... Line 151...
151
 
151
 
152
/* +--Fin du code ----------------------------------------------------------------------------------------+
152
/* +--Fin du code ----------------------------------------------------------------------------------------+
153
*
153
*
-
 
154
* $Log: not supported by cvs2svn $
-
 
155
* Revision 1.11  2008-05-21 14:37:48  alexandre_tb
-
 
156
* ajout de la constante PROJET_LIEN_INSCRIPTION_CMS
154
* $Log: not supported by cvs2svn $
157
*
155
* Revision 1.10  2007-04-19 09:19:52  alexandre_tb
158
* Revision 1.10  2007-04-19 09:19:52  alexandre_tb
156
* constante PROJET_VARIABLE_SERVICE pour les liaisons asynchrone
159
* constante PROJET_VARIABLE_SERVICE pour les liaisons asynchrone
157
*
160
*
158
* Revision 1.9  2007/02/13 15:11:39  jp_milcent
161
* Revision 1.9  2007/02/13 15:11:39  jp_milcent