aboutsummaryrefslogtreecommitdiffstats
path: root/config/squidGuard/squidguard_log.php
diff options
context:
space:
mode:
authorAlexander Wilke <nachtfalkeaw@web.de>2013-01-09 12:46:20 -0800
committerAlexander Wilke <nachtfalkeaw@web.de>2013-01-09 12:46:20 -0800
commit7267355c2f576d2c3a1b1f698459b3a402dada26 (patch)
tree0175b40942a6ffd5b27137fa95574bbba8cd6098 /config/squidGuard/squidguard_log.php
parent47bc7bba2324c0b1b53acc56bc40284b7c4db5fe (diff)
parente494a0ececc576cf891c03f34612952e4925b60c (diff)
downloadpfsense-packages-7267355c2f576d2c3a1b1f698459b3a402dada26.tar.gz
pfsense-packages-7267355c2f576d2c3a1b1f698459b3a402dada26.tar.bz2
pfsense-packages-7267355c2f576d2c3a1b1f698459b3a402dada26.zip
Merge pull request #349 from Nachtfalkeaw/master
squidguard: added XMLRPC Sync and some cosmetics on GUI descriptions
Diffstat (limited to 'config/squidGuard/squidguard_log.php')
-rw-r--r--config/squidGuard/squidguard_log.php3
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&amp;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>