Ajout d'un captcha + Réactualisation du css + ajout cgu
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
if (!isset($_SESSION['captcha_valid']) || $_SESSION['captcha_valid'] !== true) {
|
||||
header('Location: ../captcha.php');
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user