Actions
Bug #7305
closedwidget "squid antivirus status"
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Dashboard
Target version:
-
Start date:
02/23/2017
Due date:
% Done:
0%
Estimated time:
0.05 h
Plus Target Version:
Release Notes:
Affected Version:
2.3.3
Affected Architecture:
All
Description
the widget is using the old path for clamav db "/var/db/clamav"
you must modify the file /usr/local/www/widgets/widgets/squid_antivirus_status.widget.php
you have to change the line 34 by
define('PATH_CLAMDB', '/usr/local/share/clamav-db/');
Actions