From f3cb2552ce0f50bfc7c27c892d280368cf678273 Mon Sep 17 00:00:00 2001 From: Lorenzo Yario Date: Fri, 3 Jan 2025 00:25:31 -0600 Subject: [PATCH] modify default captcha config to work out of the box --- inc/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/config.php b/inc/config.php index ccc61fc3..b9be9991 100644 --- a/inc/config.php +++ b/inc/config.php @@ -307,9 +307,9 @@ // To enable the native captcha you need to change a couple of settings. Read more at: /inc/captcha/readme.md 'native' => [ // Custom captcha get provider path (if not working get the absolute path aka your url). - 'provider_get' => '../inc/captcha/entrypoint.php', + 'provider_get' => '/inc/captcha/entrypoint.php', // Custom captcha check provider path - 'provider_check' => '../inc/captcha/entrypoint.php', + 'provider_check' => '/inc/captcha/entrypoint.php', // Custom captcha extra field (eg. charset) 'extra' => 'abcdefghijklmnopqrstuvwxyz', // New thread captcha. Require solving a captcha to post a thread.