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=72508fb3290057e8afd090d06e5763ee8ff68cd7;hpb=474845951b5f5c2ebedaffc05d5bf396c878fdc4 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() {