19,7 → 19,7 |
// | License along with this library; if not, write to the Free Software | |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
// +------------------------------------------------------------------------------------------------------+ |
// CVS : $Id: projet.config.inc.php,v 1.11 2008-05-21 14:37:48 alexandre_tb Exp $ |
// CVS : $Id: projet.config.inc.php,v 1.10 2007-04-19 09:19:52 alexandre_tb Exp $ |
/** |
* Application projet, fichier de configuration |
* |
31,7 → 31,7 |
//Autres auteurs : |
*@author Aucun |
*@copyright Tela-Botanica 2000-2004 |
*@version $Revision: 1.11 $ |
*@version $Revision: 1.10 $ |
// +------------------------------------------------------------------------------------------------------+ |
*/ |
|
91,9 → 91,6 |
define ("PROJET_CHAMPS_PRENOM", "a_prenom") ; // Nom du champs prénom |
define ("PROJET_CHAMPS_ID", "a_id") ; |
|
// Lien vers l inscription du cms |
define ('PROJET_LIEN_INSCRIPTION_CMS', ''); |
|
/** |
//==================================== CONSTANTES ================================== |
* Constantes des chemins associés aux wikinis |
152,9 → 149,6 |
/* +--Fin du code ----------------------------------------------------------------------------------------+ |
* |
* $Log: not supported by cvs2svn $ |
* Revision 1.10 2007-04-19 09:19:52 alexandre_tb |
* constante PROJET_VARIABLE_SERVICE pour les liaisons asynchrone |
* |
* Revision 1.9 2007/02/13 15:11:39 jp_milcent |
* Ajout d'une constante pour l'upload de fichier. |
* |