You are here

function antispam_settings in AntiSpam 6

Implementation of hook_settings().

1 string reference to 'antispam_settings'
antispam_menu in ./antispam.module
Implementation of hook_menu().

File

./antispam.admin.inc, line 11

Code

function antispam_settings() {
  return _antispam_settings_form();
}