Subversion Repositories Applications.projet

Rev

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

Rev 123 Rev 163
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.8 2006-07-04 09:30:56 alexandre_tb Exp $
22
// CVS : $Id: projet.config.inc.php,v 1.9 2007-02-13 15:11:39 jp_milcent 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.8 $
34
*@version       $Revision: 1.9 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
/**
38
/**
Line 141... Line 141...
141
define ('PROJET_UTILISE_HIERARCHIE', false) ;
141
define ('PROJET_UTILISE_HIERARCHIE', false) ;
142
define ('PROJET_LISTE_RESUME',true);
142
define ('PROJET_LISTE_RESUME',true);
Line 143... Line 143...
143
 
143
 
144
// Mettre à true si les utilisateurs peuvent déposer des projets
144
// Mettre à true si les utilisateurs peuvent déposer des projets
145
define ('PROJET_UTILISATEURS_COORD', false) ;
-
 
-
 
145
define ('PROJET_UTILISATEURS_COORD', false) ;
-
 
146
// Taille maximume des fichiers pouvant être uploadé : modifier aussi dans php.ini les variables :post_max_size et upload_max_filesize
Line 146... Line 147...
146
 
147
define ('PROJET_UPLOAD_MAX_FILE_SIZE', 4*1024*1024) ;// 4 Mo
147
 
148
 
148
/* +--Fin du code ----------------------------------------------------------------------------------------+
149
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
150
*
-
 
151
* $Log: not supported by cvs2svn $
-
 
152
* Revision 1.8  2006/07/04 09:30:56  alexandre_tb
149
*
153
* Ajout d'une variable global lang pour éviter les warning dans certains cas
150
* $Log: not supported by cvs2svn $
154
*
151
* Revision 1.7  2006/06/26 11:48:50  alexandre_tb
155
* Revision 1.7  2006/06/26 11:48:50  alexandre_tb
152
* typographie
156
* typographie
153
*
157
*