From a2721d5da1434007c433225f86774948d03ec548 Mon Sep 17 00:00:00 2001 From: Dennis Neuhaeuser Date: Sat, 11 Apr 2015 21:58:49 +0200 Subject: add table area to display clamav logs - adds a table to the tab "realtime" for virus log displaying - corrected link to tab "antivirus" --- config/squid3/34/squid_monitor.php | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'config/squid3') diff --git a/config/squid3/34/squid_monitor.php b/config/squid3/34/squid_monitor.php index 84bf08e9..60a366fc 100755 --- a/config/squid3/34/squid_monitor.php +++ b/config/squid3/34/squid_monitor.php @@ -92,7 +92,7 @@ include("head.inc"); $tab_array[] = array(gettext("General"), false, "/pkg_edit.php?xml=squid.xml&id=0"); $tab_array[] = array(gettext("Remote Cache"), false, "/pkg.php?xml=squid_upstream.xml"); $tab_array[] = array(gettext("Local Cache"), false, "/pkg_edit.php?xml=squid_cache.xml&id=0"); - $tab_array[] = array(gettext("Antivirus"), false, "/pkg_edit.php?xml=antivirus.xml&id=0"); + $tab_array[] = array(gettext("Antivirus"), false, "/pkg_edit.php?xml=squid_antivirus.xml&id=0"); $tab_array[] = array(gettext("ACLs"), false, "/pkg_edit.php?xml=squid_nac.xml&id=0"); $tab_array[] = array(gettext("Traffic Mgmt"), false, "/pkg_edit.php?xml=squid_traffic.xml&id=0"); $tab_array[] = array(gettext("Authentication"), false, "/pkg_edit.php?xml=squid_auth.xml&id=0"); @@ -184,6 +184,26 @@ include("head.inc"); + + + + + + + +
+ + + + + + + +
+
-- cgit v1.2.3