Kontaktformular-Schutz hinzugefuegt (v1.1.0)
This commit is contained in:
@@ -47,6 +47,11 @@ class AltchaService
|
||||
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
|
||||
{
|
||||
return $this->getConfigValue('fp_altcha_debug', '') === 'on';
|
||||
|
||||
Reference in New Issue
Block a user