aboutsummaryrefslogtreecommitdiffstats
path: root/config/dansguardian/dansguardian_about.php
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2012-02-03 18:47:14 -0200
committermarcelloc <marcellocoutinho@gmail.com>2012-02-03 18:47:14 -0200
commit3ef5df94a33fd5619126eecc81ce1afd9b8b1b95 (patch)
tree679290f6a91ca7006f407b0362d95623cf593e5e /config/dansguardian/dansguardian_about.php
parent6ce82bf086b196acf96c62211809cb61a4b239e5 (diff)
downloadpfsense-packages-3ef5df94a33fd5619126eecc81ce1afd9b8b1b95.tar.gz
pfsense-packages-3ef5df94a33fd5619126eecc81ce1afd9b8b1b95.tar.bz2
pfsense-packages-3ef5df94a33fd5619126eecc81ce1afd9b8b1b95.zip
dansguardian - include ip based auth tab
Diffstat (limited to 'config/dansguardian/dansguardian_about.php')
-rwxr-xr-xconfig/dansguardian/dansguardian_about.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/dansguardian/dansguardian_about.php b/config/dansguardian/dansguardian_about.php
index 306ddc3e..f9c9e260 100755
--- a/config/dansguardian/dansguardian_about.php
+++ b/config/dansguardian/dansguardian_about.php
@@ -59,6 +59,7 @@ include("head.inc");
$tab_array[] = array(gettext("Access Lists"), false, "/pkg_edit.php?xml=dansguardian_antivirus.xml&id=0");
$tab_array[] = array(gettext("Groups"), false, "/pkg.php?xml=dansguardian_groups.xml&id=0");
$tab_array[] = array(gettext("Users"), false, "/pkg.php?xml=dansguardian_users.xml&id=0");
+ $tab_array[] = array(gettext("IPs"), false, "/pkg.php?xml=dansguardian_ips.xml&id=0");
$tab_array[] = array(gettext("Report and Log"), false, "/pkg_edit.php?xml=dansguardian_log.xml&id=0");
$tab_array[] = array(gettext("XMLRPC Sync"), false, "/pkg_edit.php?xml=dansguardian_sync.xml&id=0");
$tab_array[] = array(gettext("Help"), true, "/dansguardian_about.php");