diff options
author | Alexander Wilke <nachtfalkeaw@web.de> | 2013-01-09 21:36:00 +0100 |
---|---|---|
committer | Alexander Wilke <nachtfalkeaw@web.de> | 2013-01-09 21:36:00 +0100 |
commit | 5f7d24be7fbb3694b1c1e61db48c9ad13d39e0d8 (patch) | |
tree | bff039fd193265f45a5b2ba4dede59dd7210dd4e /config | |
parent | ad0c0d63c77a214049d4d8632c30b7bf51d71791 (diff) | |
download | pfsense-packages-5f7d24be7fbb3694b1c1e61db48c9ad13d39e0d8.tar.gz pfsense-packages-5f7d24be7fbb3694b1c1e61db48c9ad13d39e0d8.tar.bz2 pfsense-packages-5f7d24be7fbb3694b1c1e61db48c9ad13d39e0d8.zip |
Update config/squidGuard/squidguard_log.php
Diffstat (limited to 'config')
-rw-r--r-- | config/squidGuard/squidguard_log.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/squidGuard/squidguard_log.php b/config/squidGuard/squidguard_log.php index e5f19407..8eba2311 100644 --- a/config/squidGuard/squidguard_log.php +++ b/config/squidGuard/squidguard_log.php @@ -275,6 +275,7 @@ window.setTimeout('getactivity()', 150); $tab_array[] = array(gettext("Rewrites"), false, "/pkg.php?xml=squidguard_rewr.xml"); $tab_array[] = array(gettext("Blacklist"), false, "/squidGuard/squidguard_blacklist.php"); $tab_array[] = array(gettext("Log"), true, "$selfpath"); + $tab_array[] = array(gettext("XMLRPC Sync"), false, "/pkg_edit.php?xml=squidguard_sync.xml&id=0"); display_top_tabs($tab_array); ?> </td> @@ -323,4 +324,4 @@ window.setTimeout('getactivity()', 150); Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth"); </script--> </body> -</html>
\ No newline at end of file +</html> |