summaryrefslogtreecommitdiff
path: root/beta_old1/app/include/connect.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'beta_old1/app/include/connect.inc.php')
-rw-r--r--beta_old1/app/include/connect.inc.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/beta_old1/app/include/connect.inc.php b/beta_old1/app/include/connect.inc.php
deleted file mode 100644
index b985b10..0000000
--- a/beta_old1/app/include/connect.inc.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-/*
- * Paramètres de connexion à la base MySQL
- */
-
-// $bd représente le nom de la database à utiliser
-$bd = "awor";
-// mysql_connect(<nom_ou_ip_serveur_mysql>, <utilisateur_mysql>, <mot_de_passe_en_clair_mysql>);
-$link = @mysql_connect('localhost', 'lud_restricted', 'maille_ess_ku_elle');
-
-@mysql_select_db($bd , $link);
-
-// NB : La gestion d'erreur est inhibée. Cet include ne génèrera jamais de code, même si la connexion n'a pas pu être établie
-?> \ No newline at end of file