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
+3 -1
View File
@@ -28,4 +28,6 @@ function sendLog($action, $user="") {
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $dataJson);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
}
}
//