From a2e4eb4249db175ebca4e1792d22307f733abe74 Mon Sep 17 00:00:00 2001 From: nathan boileau Date: Fri, 25 Nov 2022 18:17:09 +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 48c53713..e998776f 100644 --- a/WEB/Config/Config.php +++ b/WEB/Config/Config.php @@ -14,7 +14,7 @@ $rep = __DIR__ . '/../'; // $password = 'p'; // SQULITE3 -$dsn = 'sqlite3:host=https://sancy.iut.uca.fr/~lafourcade/Scripted/WEB/Model/; dbname=scripted.db'; +$dsn = 'sqlite3:host=https://sancy.iut.uca.fr/~lafourcade/; dbname=scripted.db'; $user = null; $password = null;