X-Git-Url: http://git.euphorik.ch/?p=cl7.git;a=blobdiff_plain;f=php%2Fupdate_db.php;fp=php%2Fupdate_db.php;h=7f43381c5a9ec484e6a003349d80ae16481977e0;hp=cc92e3af5d4e53c6bb9a732d8d5378fa1b8044d7;hb=2dd3ec5a6855e861d5d678126a344a2d9227d886;hpb=7e415f0586afe35a45d7fc6c34bfe32f55381096 diff --git a/php/update_db.php b/php/update_db.php index cc92e3a..7f43381 100644 --- a/php/update_db.php +++ b/php/update_db.php @@ -4,7 +4,9 @@ * Si des tables n'existes pas elles sont automatiquement créées. */ -include("connexion.php"); +include_once("connexion.php"); + +$connexion = new Connexion(); function creer_db() {