Kontaktformular-Schutz hinzugefuegt (v1.1.0)

This commit is contained in:
2026-09-21 19:25:22 +02:00
parent 1f18b011c9
commit edb2ba7cc7
@@ -47,6 +47,11 @@ class AltchaService
return $this->getConfigValue('fp_altcha_protect_newsletter', 'on') === 'on'; return $this->getConfigValue('fp_altcha_protect_newsletter', 'on') === 'on';
} }
public function isEnabledForContact(): bool
{
return $this->getConfigValue('fp_altcha_protect_contact', 'on') === 'on';
}
public function isDebug(): bool public function isDebug(): bool
{ {
return $this->getConfigValue('fp_altcha_debug', '') === 'on'; return $this->getConfigValue('fp_altcha_debug', '') === 'on';