You are here

constant HTTPBL_CACHE_DBDRUPAL in http:BL 7

Same name and namespace in other branches
  1. 6.2 httpbl.module \HTTPBL_CACHE_DBDRUPAL
  2. 6 httpbl.module \HTTPBL_CACHE_DBDRUPAL
4 uses of HTTPBL_CACHE_DBDRUPAL
httpbl_check in ./httpbl.module
Check if an IP should be banned
httpbl_cron in ./httpbl.module
Implementation of hook_cron().
_httpbl_cache_set in ./httpbl.module
Write status value into httpbl cache table ** (add Grey and/or Blacklisted IPs to httpbl table)
_httpbl_cache_update in ./httpbl.module

File

./httpbl.module, line 32
Implementation of http:BL for Drupal. It provides IP-based blacklisting through http:BL and allows linking to a honeypot.

Code

define('HTTPBL_CACHE_DBDRUPAL', 2);