diff options
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 | } |
