feat: formulaire de contact (CSRF + honeypot + rate-limit)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user