aboutsummaryrefslogtreecommitdiffstats
path: root/config/havp
diff options
context:
space:
mode:
authorAndrew Nikitin <andrey.b.nikitin@gmail.com>2015-01-09 14:32:18 +0500
committerAndrew Nikitin <andrey.b.nikitin@gmail.com>2015-01-09 14:32:18 +0500
commit460162da9d25e5e8c9dd6235c5bbee62183d944f (patch)
tree8707327a52e63c2079c5f8f6b2929be45126683e /config/havp
parent00048d58d9c71fa7e00164cad12dc87754db194a (diff)
downloadpfsense-packages-460162da9d25e5e8c9dd6235c5bbee62183d944f.tar.gz
pfsense-packages-460162da9d25e5e8c9dd6235c5bbee62183d944f.tar.bz2
pfsense-packages-460162da9d25e5e8c9dd6235c5bbee62183d944f.zip
Explain what "Log" means
As clamd may have its own log file, we must explain that "Log" tab contains HAVP log
Diffstat (limited to 'config/havp')
-rw-r--r--config/havp/havp_log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/havp/havp_log.php b/config/havp/havp_log.php
index 60c02fbf..f4a2dc2e 100644
--- a/config/havp/havp_log.php
+++ b/config/havp/havp_log.php
@@ -79,7 +79,7 @@ include("head.inc");
$tab_array[] = array(gettext("General page"), false, "antivirus.php");
$tab_array[] = array(gettext("HTTP proxy"), false, "pkg_edit.php?xml=havp.xml&amp;id=0");
$tab_array[] = array(gettext("Settings"), false, "pkg_edit.php?xml=havp_avset.xml&amp;id=0");
- $tab_array[] = array(gettext("Log"), true, "havp_log.php");
+ $tab_array[] = array(gettext("HAVP Log"), true, "havp_log.php");
display_top_tabs($tab_array);
?>
</td></tr>