You are here

constant CLAMAV_DEFAULT_UNCHECKED in ClamAV 6

Same name and namespace in other branches
  1. 7 clamav.module \CLAMAV_DEFAULT_UNCHECKED
3 uses of CLAMAV_DEFAULT_UNCHECKED
clamav_admin_settings in ./clamav.admin.inc
Admin settings page for ClamAV
clamav_elements_filefield_validate in ./clamav.module
Validator for filefield widget and imagefield widget. This is an implementation of a file upload_validator.
clamav_scan in ./clamav.inc
Scan a file and raise an error on the form element (if required).

File

./clamav.module, line 20
Integrate ClamAV to allow uploaded files to be scanned for viruses.

Code

define('CLAMAV_DEFAULT_UNCHECKED', CLAMAV_BLOCK_UNCHECKED);