constant HTTPBL_THRESHOLD_BLACK in http:BL 7
Same name and namespace in other branches
- 6.2 httpbl.module \HTTPBL_THRESHOLD_BLACK
- 6 httpbl.module \HTTPBL_THRESHOLD_BLACK
2 uses of HTTPBL_THRESHOLD_BLACK
- httpbl_admin_settings in ./
httpbl.admin.inc - Implementation of hook_admin_settings()
- httpbl_check in ./
httpbl.module - Check if an IP should be banned
File
- ./
httpbl.module, line 52 - Implementation of http:BL for Drupal. It provides IP-based blacklisting through http:BL and allows linking to a honeypot.
Code
define('HTTPBL_THRESHOLD_BLACK', 50);