diff --git a/WEB/Config/Config.php b/WEB/Config/Config.php index 5968cd14..4c748d96 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:./Model/scripted.db'; $user = null; $password = null;