constant CLAMAV_DEFAULT_MODE in ClamAV 6
Same name and namespace in other branches
- 7 clamav.module \CLAMAV_DEFAULT_MODE
3 uses of CLAMAV_DEFAULT_MODE
- clamav_admin_settings in ./
clamav.admin.inc - Admin settings page for ClamAV
- clamav_requirements in ./
clamav.install - Implementation of hook_requirements().
- clamav_scan_file in ./
clamav.inc - Scan a single file
File
- ./
clamav.module, line 12 - Integrate ClamAV to allow uploaded files to be scanned for viruses.
Code
define('CLAMAV_DEFAULT_MODE', CLAMAV_USE_EXECUTABLE);