MDL-50887 antivirus_clamav: Move global clamav settings to plugin level.
AMOS BEGIN MOV [clamfailureonupload,core],[clamfailureonupload,antivirus_clamav] MOV [configclamactlikevirus,core],[configclamactlikevirus,antivirus_clamav] MOV [configclamdonothing,core],[configclamdonothing,antivirus_clamav] MOV [configclamfailureonupload,core],[configclamfailureonupload,antivirus_clamav] MOV [configpathtoclam,core],[configpathtoclam,antivirus_clamav] MOV [configquarantinedir,core],[configquarantinedir,antivirus_clamav] MOV [configrunclamavonupload,core],[configrunclamavonupload,antivirus_clamav] MOV [pathtoclam,core],[pathtoclam,antivirus_clamav] MOV [quarantinedir,core],[quarantinedir,antivirus_clamav] MOV [runclamavonupload,core],[runclamavonupload,antivirus_clamav] AMOS END
This commit is contained in:
@@ -185,7 +185,7 @@ $CFG->dboptions = isset($CFG->phpunit_dboptions) ? $CFG->phpunit_dboptions : $CF
|
||||
$allowed = array('wwwroot', 'dataroot', 'dirroot', 'admin', 'directorypermissions', 'filepermissions',
|
||||
'dbtype', 'dblibrary', 'dbhost', 'dbname', 'dbuser', 'dbpass', 'prefix', 'dboptions',
|
||||
'proxyhost', 'proxyport', 'proxytype', 'proxyuser', 'proxypassword', 'proxybypass', // keep proxy settings from config.php
|
||||
'altcacheconfigpath', 'pathtogs', 'pathtoclam', 'pathtodu', 'aspellpath', 'pathtodot'
|
||||
'altcacheconfigpath', 'pathtogs', 'pathtodu', 'aspellpath', 'pathtodot'
|
||||
);
|
||||
$productioncfg = (array)$CFG;
|
||||
$CFG = new stdClass();
|
||||
|
||||
Reference in New Issue
Block a user