✨ Story 5.4: reCAPTCHA v3
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/includes/config.php';
|
||||
require_once __DIR__ . '/includes/functions.php';
|
||||
require_once __DIR__ . '/includes/router.php';
|
||||
|
||||
@@ -12,4 +13,4 @@ $router
|
||||
->add('/a-propos', 'pages/about.php')
|
||||
->add('/contact', 'pages/contact.php');
|
||||
|
||||
$router->dispatch();
|
||||
$router->dispatch();
|
||||
|
||||
Reference in New Issue
Block a user