Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
honeypot-3464345
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
honeypot-3464345
Commits
e1d3714c
Commit
e1d3714c
authored
13 years ago
by
Jeff Geerling
Browse files
Options
Downloads
Patches
Plain Diff
Added message on install to help with initial setup of Honeypot.
parent
ae2568eb
No related branches found
Branches containing commit
Tags
10.0.6
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
honeypot.install
+9
-0
9 additions, 0 deletions
honeypot.install
with
9 additions
and
0 deletions
honeypot.install
+
9
−
0
View file @
e1d3714c
...
...
@@ -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().
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment