You are here

constant ANTISPAM_API_USERAGENT in AntiSpam 7

Same name and namespace in other branches
  1. 6 antispam.module \ANTISPAM_API_USERAGENT
1 use of ANTISPAM_API_USERAGENT
_antispam_api_http_post in ./antispam.module
Perform a HTTP POST request against the antispam server.

File

./antispam.module, line 22
Primary hook implementations for the Antispam module.

Code

define('ANTISPAM_API_USERAGENT', 'Drupal/' . ANTISPAM_DRUPAL_VERSION . ' | antispam.module/' . ANTISPAM_MODULE_VERSION);