You are here

constant HTTPBL_LIST_BLACK in http:BL 7

Same name and namespace in other branches
  1. 6.2 httpbl.module \HTTPBL_LIST_BLACK
  2. 6 httpbl.module \HTTPBL_LIST_BLACK
5 uses of HTTPBL_LIST_BLACK
httpbl_boot in ./httpbl.module
Implementation of hook_boot()
httpbl_check in ./httpbl.module
Check if an IP should be banned
httpbl_request_whitelist_validate in ./httpbl.module
Validate session whitelist request. Ban the user if the 'forbidden' field was filled in.
_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 46
Implementation of http:BL for Drupal. It provides IP-based blacklisting through http:BL and allows linking to a honeypot.

Code

define('HTTPBL_LIST_BLACK', 1);