Till Brehm
2016-02-09 277af431f5a2cc188d76febd2d0b95e80b8b4b46
Better ClamAV outdated check.
1 files modified
2 ■■■ changed files
server/lib/classes/cron.d/100-monitor_clamav_log.inc.php 2 ●●● patch | view | raw | blame | history
server/lib/classes/cron.d/100-monitor_clamav_log.inc.php
@@ -129,7 +129,7 @@
        $clamav_outdated_warning = false;
        $clamav_bytecode_updated = false;
        foreach ($lastLog as $line) {
            if (stristr($line,'outdated')) {
            if (stristr($line,"Can't download daily.cvd from")) {
                $clamav_outdated_warning = true;
            }
            if(stristr($line,'main.cld is up to date')) {