ADD informations concernant les jours pendant lesquels les participants sont présent...
[cl7.git] / php / config_bd.php
1 <?php # encoding:utf-8
2 # Parametres de connexion MySQL
3 $SQL_HOTE = "localhost";
4 $SQL_LOGIN = "cl7";
5 $SQL_PASS = "123soleil";
6 $NOM_BASE = "corcelles_lan7";
7 ?>