From c6ade44962c21d4ec39c54393aa43305e339db35 Mon Sep 17 00:00:00 2001 From: fowr <89118232+perdedora@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:58:34 -0300 Subject: [PATCH] update config default to securimage --- inc/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/config.php b/inc/config.php index 32766045..feecaca9 100644 --- a/inc/config.php +++ b/inc/config.php @@ -384,9 +384,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' => 'securimage.php', // Custom captcha check provider path - 'provider_check' => '../inc/captcha/entrypoint.php', + 'provider_check' => 'securimage.php', // Custom captcha extra field (eg. charset) 'extra' => 'abcdefghijklmnopqrstuvwxyz', // New thread captcha. Require solving a captcha to post a thread.