Add Honeypot::$container to env

This commit is contained in:
John Paul E. Balandan, CPA 2020-07-16 00:06:11 +08:00
parent b1e2dece4a
commit 8ad66446c5
No known key found for this signature in database
GPG Key ID: 6E704127704E21D4

9
env
View File

@ -87,7 +87,8 @@
# HONEYPOT
#--------------------------------------------------------------------
# honeypot.hidden = 'true'
# honeypot.label = 'Fill This Field'
# honeypot.name = 'honeypot'
# honeypot.template = '<label>{label}</label><input type="text" name="{name}" value=""/>'
# honeypot.hidden = 'true'
# honeypot.label = 'Fill This Field'
# honeypot.name = 'honeypot'
# honeypot.template = '<label>{label}</label><input type="text" name="{name}" value=""/>'
# honeypot.container = '<div style="display:none">{template}</div>'