constant HTTPBL_CACHE_OFF in http:BL 7
Same name and namespace in other branches
- 6.2 httpbl.module \HTTPBL_CACHE_OFF
- 6 httpbl.module \HTTPBL_CACHE_OFF
Cache levels.
2 uses of HTTPBL_CACHE_OFF
- httpbl_cron in ./
httpbl.module - Implementation of hook_cron().
- httpbl_request_whitelist_validate in ./
httpbl.module - Validate session whitelist request. Ban the user if the 'forbidden' field was filled in.
File
- ./
httpbl.module, line 30 - Implementation of http:BL for Drupal. It provides IP-based blacklisting through http:BL and allows linking to a honeypot.
Code
define('HTTPBL_CACHE_OFF', 0);