You are here

constant HTTPBL_CACHE_OFF in http:BL 6

Same name and namespace in other branches
  1. 6.2 httpbl.module \HTTPBL_CACHE_OFF
  2. 7 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 one of the 'forbidden' fields were filled.

File

./httpbl.module, line 27
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);