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.10 2007-04-19 09:19:52 alexandre_tb Exp $
|
22 |
// CVS : $Id: projet.config.inc.php,v 1.11 2008-05-21 14:37:48 alexandre_tb 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.10 $
|
34 |
*@version $Revision: 1.11 $
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
*/
|
36 |
*/
|
Line 37... |
Line 37... |
37 |
|
37 |
|
38 |
/**
|
38 |
/**
|
Line 89... |
Line 89... |
89 |
define ("PROJET_CHAMPS_NOM", "a_nom") ; // Nom du champs nom
|
89 |
define ("PROJET_CHAMPS_NOM", "a_nom") ; // Nom du champs nom
|
90 |
define ("PROJET_CHAMPS_MAIL", "a_mail") ; // Nom du champs mail
|
90 |
define ("PROJET_CHAMPS_MAIL", "a_mail") ; // Nom du champs mail
|
91 |
define ("PROJET_CHAMPS_PRENOM", "a_prenom") ; // Nom du champs prénom
|
91 |
define ("PROJET_CHAMPS_PRENOM", "a_prenom") ; // Nom du champs prénom
|
92 |
define ("PROJET_CHAMPS_ID", "a_id") ;
|
92 |
define ("PROJET_CHAMPS_ID", "a_id") ;
|
Line -... |
Line 93... |
- |
|
93 |
|
- |
|
94 |
// Lien vers l inscription du cms
|
- |
|
95 |
define ('PROJET_LIEN_INSCRIPTION_CMS', '');
|
93 |
|
96 |
|
94 |
/**
|
97 |
/**
|
95 |
//==================================== CONSTANTES ==================================
|
98 |
//==================================== CONSTANTES ==================================
|
96 |
* Constantes des chemins associés aux wikinis
|
99 |
* Constantes des chemins associés aux wikinis
|
97 |
//==================================================================================
|
100 |
//==================================================================================
|
Line 147... |
Line 150... |
147 |
define ('PROJET_UPLOAD_MAX_FILE_SIZE', 4*1024*1024) ;// 4 Mo
|
150 |
define ('PROJET_UPLOAD_MAX_FILE_SIZE', 4*1024*1024) ;// 4 Mo
|
Line 148... |
Line 151... |
148 |
|
151 |
|
149 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
152 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
150 |
*
|
153 |
*
|
- |
|
154 |
* $Log: not supported by cvs2svn $
|
- |
|
155 |
* Revision 1.10 2007-04-19 09:19:52 alexandre_tb
|
- |
|
156 |
* constante PROJET_VARIABLE_SERVICE pour les liaisons asynchrone
|
151 |
* $Log: not supported by cvs2svn $
|
157 |
*
|
152 |
* Revision 1.9 2007/02/13 15:11:39 jp_milcent
|
158 |
* Revision 1.9 2007/02/13 15:11:39 jp_milcent
|
153 |
* Ajout d'une constante pour l'upload de fichier.
|
159 |
* Ajout d'une constante pour l'upload de fichier.
|
154 |
*
|
160 |
*
|
155 |
* Revision 1.8 2006/07/04 09:30:56 alexandre_tb
|
161 |
* Revision 1.8 2006/07/04 09:30:56 alexandre_tb
|