aboutsummaryrefslogtreecommitdiff
path: root/src/router.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-12-23 15:20:48 +0100
committerpolo <ordipolo@gmx.fr>2025-12-23 15:20:48 +0100
commit774437d3196878388e294a3833a73e900000b5e4 (patch)
tree5d8449beee8b492fe553460f3c4f1027e8cd123a /src/router.php
parent8393acd0366ee3408db103ba29e8686bab127f42 (diff)
downloadcms-774437d3196878388e294a3833a73e900000b5e4.tar.gz
cms-774437d3196878388e294a3833a73e900000b5e4.tar.bz2
cms-774437d3196878388e294a3833a73e900000b5e4.zip
choix durée stockage e-mails, relation entités Email <=> NodeData
Diffstat (limited to 'src/router.php')
-rw-r--r--src/router.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/router.php b/src/router.php
index 228fae2..7348f2b 100644
--- a/src/router.php
+++ b/src/router.php
@@ -115,6 +115,9 @@ elseif($request->getMethod() === 'POST'){
115 elseif($_GET['action'] === 'keep_emails'){ 115 elseif($_GET['action'] === 'keep_emails'){
116 ContactFormController::keepEmails($entityManager, $json); 116 ContactFormController::keepEmails($entityManager, $json);
117 } 117 }
118 elseif($_GET['action'] === 'set_retention_period'){
119 ContactFormController::setEmailsRetentionPeriod($entityManager, $json);
120 }
118 elseif($_GET['action'] === 'set_email_param'){ 121 elseif($_GET['action'] === 'set_email_param'){
119 ContactFormController::setEmailParam($entityManager, $json); 122 ContactFormController::setEmailParam($entityManager, $json);
120 } 123 }