backdrop-contrib / honeypot

Backdrop port of Drupal module. Uses both the honeypot and timestamp methods of deterring spam bots from completing forms on your site.
GNU General Public License v2.0
3 stars 1 forks source link

Deleting honeypot_users entries in hook_cron needs to use config_get #11

Closed herbdool closed 8 years ago

herbdool commented 8 years ago

Currently it's using variable_get so might not be working.