ffc342aadb1fd74517768e650716fb3dfa222a7a
3 * Paramètres du site CL7.
7 $SQL_HOTE = "localhost";
9 $SQL_PASS = "123soleil";
10 $NOM_BASE = "corcelles_lan7";
12 # nombre maximum de participant
13 $NB_MAX_PARTICIPANT = 25;
15 # nombre de votes possibles par participants
18 # mettre à TRUE pour cloturer les inscriptions
19 $INSCRIPTIONS_TERMINEES = FALSE;
21 # si la partie pizza est visible
24 # si on peut commander des pizza (mettre a 0 lorsque on telephone pour commander ! ;)
25 $PIZZA_PEUT_COMMANDER = 1;