constant HTTPBL_LOG_MIN in http:BL 7
8 uses of HTTPBL_LOG_MIN
- httpbl_admin_settings in ./
httpbl.admin.inc - Implementation of hook_admin_settings()
- httpbl_check in ./
httpbl.module - Check if an IP should be banned
- httpbl_comment_presave in ./
httpbl.module - Implementation of hook_comment_presave()
- httpbl_dnslookup in ./
httpbl.module - Do http:BL DNS lookup
- httpbl_request_whitelist_submit in ./
httpbl.module - Grant the session whitelist.
File
- ./
httpbl.module, line 38 - Implementation of http:BL for Drupal. It provides IP-based blacklisting through http:BL and allows linking to a honeypot.
Code
define('HTTPBL_LOG_MIN', 1);