From 7596dd62e0126c68227b40104811c025cd7bd604 Mon Sep 17 00:00:00 2001 From: nathan boileau Date: Fri, 25 Nov 2022 18:24:41 +0100 Subject: [PATCH] test --- 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 5968cd14..49a75096 100644 --- a/WEB/Config/Config.php +++ b/WEB/Config/Config.php @@ -14,7 +14,7 @@ $rep = __DIR__ . '/../'; // $password = 'p'; // SQULITE3 -$dsn = 'sqlite:https://sancy.iut.uca.fr/~lafourcade/WEB/Model/scripted.db'; +$dsn = 'sqlite:host=https://sancy.iut.uca.fr/~lafourcade/WEB/Model/; dbname=scripted.db'; $user = null; $password = null;