X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=php%2Fconnexion.php;h=0701270baca0058dec3b88e11fb3bd435ced61fc;hb=eb13d74a54796fabaa4034eeb2e803f41c7424ab;hp=6f0ea85dc06d2874b98f1513eed0d9b0170247b5;hpb=9f4608bb190f3cd49c45aefbb4076182a1449cf8;p=cl7.git diff --git a/php/connexion.php b/php/connexion.php index 6f0ea85..0701270 100644 --- a/php/connexion.php +++ b/php/connexion.php @@ -4,7 +4,7 @@ * Produit une variable globale nommée '$le_participant'. */ -include_once("config.php"); +include_once("config_bd.php"); include_once("class_participant.php"); $lien_mysql = mysql_connect($SQL_HOTE, $SQL_LOGIN, $SQL_PASS);