diff options
| author | polo <ordipolo@gmx.fr> | 2025-12-17 13:33:07 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-12-17 13:33:07 +0100 |
| commit | 8393acd0366ee3408db103ba29e8686bab127f42 (patch) | |
| tree | bf6f6170caea009f9ffeb5b5827536cf893c9820 /src/router.php | |
| parent | fc14268ad5d644680a5802eb1af4691bb9294dd5 (diff) | |
| download | cms-8393acd0366ee3408db103ba29e8686bab127f42.tar.gz cms-8393acd0366ee3408db103ba29e8686bab127f42.tar.bz2 cms-8393acd0366ee3408db103ba29e8686bab127f42.zip | |
Diffstat (limited to 'src/router.php')
| -rw-r--r-- | src/router.php | 3 |
1 files changed, 3 insertions, 0 deletions
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'){ | |||
| 112 | } | 112 | } |
| 113 | 113 | ||
| 114 | /* -- bloc Formulaire -- */ | 114 | /* -- bloc Formulaire -- */ |
| 115 | elseif($_GET['action'] === 'keep_emails'){ | ||
| 116 | ContactFormController::keepEmails($entityManager, $json); | ||
| 117 | } | ||
| 115 | elseif($_GET['action'] === 'set_email_param'){ | 118 | elseif($_GET['action'] === 'set_email_param'){ |
| 116 | ContactFormController::setEmailParam($entityManager, $json); | 119 | ContactFormController::setEmailParam($entityManager, $json); |
| 117 | } | 120 | } |
