diff --git a/frontend/config.php b/frontend/config.php index e5c4fc1..f6fee5c 100644 --- a/frontend/config.php +++ b/frontend/config.php @@ -20,13 +20,13 @@ // Enable reCAPTCHA V3 // It is highly recommended you use reCAPTCHA V3. It will stop spam. You can get a site and secret key from here: https://www.google.com/recaptcha/admin/create -define("enableRecaptcha", true); +define("enableRecaptcha", false); // reCAPTCHA V3 Site Key -define("recaptchaV3SiteKey", '6LdAwAspAAAAAGVqSRmR1ngmCOVUg2v5pLzIFVc_'); +define("recaptchaV3SiteKey", 'YOUR_SITE_KEY_HERE'); // reCAPTCHA V3 Secret Key -//define("recaptchaV3SecretKey", 'YOUR_SECRET_KEY_HERE'); +define("recaptchaV3SecretKey", 'YOUR_SECRET_KEY_HERE'); // Enables the custom URL field // true or false