Browse Source

fix PhraseBuilder namespace

main
yggverse 8 months ago
parent
commit
8418a56617
  1. 2
      src/webui/explore.php

2
src/webui/explore.php

@ -217,7 +217,7 @@ if ($config->webui->index->enabled) @@ -217,7 +217,7 @@ if ($config->webui->index->enabled)
$captcha = new \Gregwar\Captcha\CaptchaBuilder(
null,
new PhraseBuilder(
new \Gregwar\Captcha\PhraseBuilder(
$config->webui->captcha->length,
$config->webui->captcha->phrase
)

Loading…
Cancel
Save