Subversion Repositories Applications.projet

Rev

Rev 11 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 ddelon 1
<?php
2
/**
3
//==================================== CONSTANTES ==================================
4
* Constantes de l'appli de synchronisation
5
//==================================================================================
6
*/
7
define ("SYN_PROTOCOLE", "mysql") ;
12 alexandre_ 8
define ("SYN_UTILISATEUR", "") ;
9
define ("SYN_MOT_DE_PASSE_DB", "") ;
2 ddelon 10
define ("SYN_HOTE", "localhost") ;
12 alexandre_ 11
define ("SYN_BASE", "") ;
12
define ("SYN_NOMDOMAINE", "");
13
define ("SYN_CHEMIN_GESTION_PROJET", "") ;
14
define ("SYN_CHEMIN_LOG", "") ;
15
define ("SYN_UTILISATEUR", '') ;
16
define ('SYN_GROUPE', '') ;
2 ddelon 17
?>