diff options
author | Alexander Wilke <nachtfalkeaw@web.de> | 2013-01-09 21:34:53 +0100 |
---|---|---|
committer | Alexander Wilke <nachtfalkeaw@web.de> | 2013-01-09 21:34:53 +0100 |
commit | 3c48591e3f654437fc3dccb71104f4901f6b65db (patch) | |
tree | d212fcd102593698ae3fc0b928ebbc45452ea742 /config | |
parent | 1b66bc16f122925843b088b41a1f2b978669a4fc (diff) | |
download | pfsense-packages-3c48591e3f654437fc3dccb71104f4901f6b65db.tar.gz pfsense-packages-3c48591e3f654437fc3dccb71104f4901f6b65db.tar.bz2 pfsense-packages-3c48591e3f654437fc3dccb71104f4901f6b65db.zip |
Update config/squidGuard/squidguard_blacklist.php
Diffstat (limited to 'config')
-rw-r--r-- | config/squidGuard/squidguard_blacklist.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/squidGuard/squidguard_blacklist.php b/config/squidGuard/squidguard_blacklist.php index 5e8382ae..98e0aecd 100644 --- a/config/squidGuard/squidguard_blacklist.php +++ b/config/squidGuard/squidguard_blacklist.php @@ -236,6 +236,7 @@ window.setTimeout('getactivity()', 150); $tab_array[] = array(gettext("Rewrites"), false, "/pkg.php?xml=squidguard_rewr.xml"); $tab_array[] = array(gettext("Blacklist"), true, "/squidGuard/squidguard_blacklist.php"); $tab_array[] = array(gettext("Log"), false, "/squidGuard/squidguard_log.php"); + $tab_array[] = array(gettext("XMLRPC Sync"), false, "/pkg_edit.php?xml=squidguard_sync.xml&id=0"); display_top_tabs($tab_array); ?> </td> |