From 019f328d1972f69cccf9ed8ae6ddf4b54a45a073 Mon Sep 17 00:00:00 2001 From: brongniart Date: Wed, 6 Nov 2024 18:26:11 +0100 Subject: [PATCH] routeur londres --- index.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/index.php b/index.php index c5217be..7c13a02 100644 --- a/index.php +++ b/index.php @@ -11,12 +11,7 @@ require_once __DIR__ . '/config/config.php'; require __DIR__ . '/vendor/autoload.php'; - -<<<<<<< HEAD $co = new \Gateway\Connection('pgsql:host=localhost;dbname=dbkekentin;', 'kekentin', ''); -======= -//$co = new \Gateway\Connection('pgsql:host=localhost;dbname=dbkekentin;', 'kekentin', 'Chocolat-77'); ->>>>>>> c15b8ac10f284e05dcb48f381a22751be4dd20a9 //twig $loader = new \Twig\Loader\FilesystemLoader('vue/templates');