Florian Schaal
2016-03-22 5ca959fa688255a8de61f89fe2751eb4d24a6912
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')) {