diff options
author | LostInIgnorance <LostInIgnorance@gmail.com> | 2012-06-01 22:06:40 -0500 |
---|---|---|
committer | LostInIgnorance <LostInIgnorance@gmail.com> | 2012-06-01 22:06:40 -0500 |
commit | be55b115f547fb087d2e35b00a28981c933500de (patch) | |
tree | a70b5095bc966335f557e1c9e04fc67fc1653ce5 /config/widget-antivirus/antivirus_status.widget.php | |
parent | b47a27b63558ea60c11b2a98036632b2a2c6dd10 (diff) | |
download | pfsense-packages-be55b115f547fb087d2e35b00a28981c933500de.tar.gz pfsense-packages-be55b115f547fb087d2e35b00a28981c933500de.tar.bz2 pfsense-packages-be55b115f547fb087d2e35b00a28981c933500de.zip |
Updated for new log location of 2.1
Diffstat (limited to 'config/widget-antivirus/antivirus_status.widget.php')
-rw-r--r-- | config/widget-antivirus/antivirus_status.widget.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/widget-antivirus/antivirus_status.widget.php b/config/widget-antivirus/antivirus_status.widget.php index bcd057b3..999ca416 100644 --- a/config/widget-antivirus/antivirus_status.widget.php +++ b/config/widget-antivirus/antivirus_status.widget.php @@ -36,7 +36,7 @@ require_once("pfsense-utils.inc"); require_once("functions.inc"); define('PATH_CLAMDB', '/var/db/clamav'); -define('PATH_HAVPLOG', '/var/log/havp/access.log'); +define('PATH_HAVPLOG', '/var/log/access.log'); define('PATH_AVSTATUS', '/var/tmp/havp.status'); |