From eac4b4f907c0555c1f5c6de78542a1ff6adf0633 Mon Sep 17 00:00:00 2001 From: nathan boileau Date: Fri, 25 Nov 2022 18:15:25 +0100 Subject: [PATCH] bd --- WEB/Config/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB/Config/Config.php b/WEB/Config/Config.php index fc97aa56..48c53713 100644 --- a/WEB/Config/Config.php +++ b/WEB/Config/Config.php @@ -14,7 +14,7 @@ $rep = __DIR__ . '/../'; // $password = 'p'; // SQULITE3 -$dsn = 'https://sancy.iut.uca.fr/~lafourcade/Scripted/WEB/Model/scripted.db'; +$dsn = 'sqlite3:host=https://sancy.iut.uca.fr/~lafourcade/Scripted/WEB/Model/; dbname=scripted.db'; $user = null; $password = null;