constant CLAMAV_BLOCK_UNCHECKED in ClamAV 7
Same name and namespace in other branches
- 6 clamav.module \CLAMAV_BLOCK_UNCHECKED
2 uses of CLAMAV_BLOCK_UNCHECKED
- clamav_file_validate in ./
clamav.module - Implements hook_file_validate().
- 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_BLOCK_UNCHECKED', 0);