Skip to content
Snippets Groups Projects
Commit e1d3714c authored by Jeff Geerling's avatar Jeff Geerling
Browse files

Added message on install to help with initial setup of Honeypot.

parent ae2568eb
No related branches found
Tags 10.0.6
No related merge requests found
......@@ -6,6 +6,15 @@
* Install, update and uninstall functions for the Honeypot module.
*/
/**
* Implements hook_install().
*/
function honeypot_install() {
drupal_set_message(t("Honeypot installed successfully. Please !link to protect your forms from spam bots.", array(
'!link' => l(t('configure Honeypot'), 'admin/settings/honeypot')
)));
}
/**
* Implements hook_uninstall().
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment