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;