You are here

constant CLAMAV_DEFAULT_PATH in ClamAV 7

Same name and namespace in other branches
  1. 6 clamav.module \CLAMAV_DEFAULT_PATH
3 uses of CLAMAV_DEFAULT_PATH
clamav_admin_settings in ./clamav.admin.inc
Admin settings page for ClamAV
clamav_requirements in ./clamav.install
Implements hook_requirements().
_clamav_scan_via_exec in ./clamav.inc
Scan a single file using a clamav executable.

File

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

Code

define('CLAMAV_DEFAULT_PATH', '/usr/bin/clamscan');