aboutsummaryrefslogtreecommitdiffstats
path: root/config/havp
diff options
context:
space:
mode:
Diffstat (limited to 'config/havp')
-rw-r--r--config/havp/antivirus.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/havp/antivirus.php b/config/havp/antivirus.php
index 1c1fc7cc..bfb0c523 100644
--- a/config/havp/antivirus.php
+++ b/config/havp/antivirus.php
@@ -179,7 +179,8 @@ if ($_POST['clearlog_x'] != '') {
$tab_array[] = array(gettext("General page"), true, "antivirus.php");
$tab_array[] = array(gettext("HTTP proxy"), false, "pkg_edit.php?xml=havp.xml");
$tab_array[] = array(gettext("Settings"), false, "pkg_edit.php?xml=havp_avset.xml");
- $tab_array[] = array(gettext("HAVP Log"), false, "havp_log.php");
+ $tab_array[] = array(gettext("HAVP Log"), false, "havp_log.php?logtab=havp");
+ $tab_array[] = array(gettext("Clamd Log"), false, "havp_log.php?logtab=clamd");
display_top_tabs($tab_array);
?>