1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-02 12:57:35 +01:00

update config default to securimage

This commit is contained in:
fowr 2025-01-09 14:58:34 -03:00
parent 0deae76002
commit c6ade44962

View File

@ -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.