Subversion Repositories Applications.projet

Rev

Rev 211 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php
/**
//==================================== CONSTANTES ==================================
* Constantes de l'appli de synchronisation
//==================================================================================
*/
define ("SYN_PROTOCOLE", "mysql") ;
define ("SYN_UTILISATEUR", "") ;
define ("SYN_MOT_DE_PASSE_DB", "") ;
define ("SYN_HOTE", "localhost") ;
define ("SYN_BASE", "") ;
define ("SYN_NOMDOMAINE", "");
define ("SYN_CHEMIN_GESTION_PROJET", "") ;
define ("SYN_CHEMIN_LOG", "") ;
define ("SYN_UTILISATEUR", '') ;
define ('SYN_GROUPE', '') ;
?>