Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 101 → Rev 102

/trunk/configuration/projet.config.inc.php
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.5 2006-02-15 16:33:42 alexandre_tb Exp $
// CVS : $Id: projet.config.inc.php,v 1.6 2006-03-02 09:24:36 mathilde Exp $
/**
* Application projet, fichier de configuration
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.5 $
*@version $Revision: 1.6 $
// +------------------------------------------------------------------------------------------------------+
*/
 
82,11 → 82,11
//==================================================================================
*/
 
define ("PROJET_ANNUAIRE", "gen_annuaire") ; // Nom de la table d'annuaire
define ("PROJET_CHAMPS_NOM", "ga_nom") ; // Nom du champs nom
define ("PROJET_CHAMPS_MAIL", "ga_mail") ; // Nom du champs mail
define ("PROJET_CHAMPS_PRENOM", "ga_prenom") ; // Nom du champs prénom
define ("PROJET_CHAMPS_ID", "ga_id_administrateur") ;
define ("PROJET_ANNUAIRE", "annuaire") ; // Nom de la table d'annuaire
define ("PROJET_CHAMPS_NOM", "a_nom") ; // Nom du champs nom
define ("PROJET_CHAMPS_MAIL", "a_mail") ; // Nom du champs mail
define ("PROJET_CHAMPS_PRENOM", "a_prenom") ; // Nom du champs prénom
define ("PROJET_CHAMPS_ID", "a_id") ;
 
/**
//==================================== CONSTANTES ==================================
94,7 → 94,7
//==================================================================================
*/
 
define ("PROJET_CHEMIN_WIKINI", "client/projet/wikini/") ;
define ("PROJET_CHEMIN_WIKINI", "wikini/") ;
define ("PROJET_HOTE_WIKINI", "localhost") ;
define ("PROJET_UTILISATEUR_WIKINI", "") ;
define ("PROJET_MDP_WIKINI", "") ;
145,6 → 145,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.5 2006/02/15 16:33:42 alexandre_tb
* ajout de la constante PROJET_UTILISATEUR_COORD
*
* Revision 1.4 2006/01/26 14:06:07 florian
* ajout des constantes d'accès à vpopmail.
*