Ajout d'un captcha + Réactualisation du css + ajout cgu

This commit is contained in:
Esteban
2026-06-29 16:20:59 +02:00
parent 57a34967bb
commit 4bab6548f7
16 changed files with 1139 additions and 17 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
if (!isset($_SESSION['captcha_valid']) || $_SESSION['captcha_valid'] !== true) {
header('Location: ../captcha.php');
exit;
}
?>