From fc6734020c328afc4cf575a8dd4934f96a6b3ffb Mon Sep 17 00:00:00 2001 From: LostInIgnorance Date: Thu, 1 Sep 2011 15:02:58 -0500 Subject: Fixed AVDB file names to correctly load information --- config/widget-antivirus/antivirus_status.widget.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/widget-antivirus/antivirus_status.widget.php b/config/widget-antivirus/antivirus_status.widget.php index a908d7b8..4dedcb0a 100644 --- a/config/widget-antivirus/antivirus_status.widget.php +++ b/config/widget-antivirus/antivirus_status.widget.php @@ -70,10 +70,10 @@ function dwg_avbases_info() { $db = ''; $db .= ''; - $db .= havp_avdb_info("daily.cld"); - $db .= havp_avdb_info("bytecode.cld"); + $db .= havp_avdb_info("daily.cvd"); + $db .= havp_avdb_info("bytecode.cvd"); $db .= havp_avdb_info("main.cvd"); - $db .= havp_avdb_info("safebrowsing.cld"); + $db .= havp_avdb_info("safebrowsing.cvd"); $db .= '
DatabaseDateVer.Builder
'; return $db; } -- cgit v1.2.3