feat: formulaire de contact (CSRF + honeypot + rate-limit)

This commit is contained in:
Cedric Abonnel
2026-05-08 19:16:21 +02:00
parent e61116986b
commit b3e2c1c515
5 changed files with 152 additions and 3 deletions
+4
View File
@@ -140,6 +140,10 @@ switch ($action) {
include BASE_PATH . '/templates/legal.php';
break;
case 'contact':
include BASE_PATH . '/templates/contact.php';
break;
case 'licenses':
include BASE_PATH . '/templates/licenses.php';
break;