From 8393acd0366ee3408db103ba29e8686bab127f42 Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 17 Dec 2025 13:33:07 +0100 Subject: =?UTF-8?q?choix=20d'enregistrer=20ou=20non=20les=20messages=20en?= =?UTF-8?q?=20BDD,=20non=20par=20d=C3=A9faut=20dans=20EmailService?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/router.php') diff --git a/src/router.php b/src/router.php index d2eba18..228fae2 100644 --- a/src/router.php +++ b/src/router.php @@ -112,6 +112,9 @@ elseif($request->getMethod() === 'POST'){ } /* -- bloc Formulaire -- */ + elseif($_GET['action'] === 'keep_emails'){ + ContactFormController::keepEmails($entityManager, $json); + } elseif($_GET['action'] === 'set_email_param'){ ContactFormController::setEmailParam($entityManager, $json); } -- cgit v1.2.3